<!DOCTYPE html>
<html lang="en-PH">
	<head>
		<meta charset="UTF-8">
		<title>Title</title>
	</head>
	<body>
		<form>
			<label>
				<span>Hello</span>
				<input type="text" name="hello" value="Hi" />
			</label>
			<button name="action" value="Foo" type="submit">Foo</button>
			<button name="action" value="Bar" type="submit">Bar</button>
		</form>
	</body>
</html>