<!DOCTYPE html>
<html>
<head>·
<meta·charset="utf-8">·
<title>W3Cschool(w3cschool.cn)</title>·
</head>
<body>
<form action="/statics/demosource/demo-form.php" method="get">
Choose your favorite subject:
<button name="subject" type="submit" value="fav_HTML">HTML</button>
<button name="subject" type="submit" value="fav_CSS">CSS</button>
</form>
</body>
</html>