The Evolution of Web Development
1.HTML and HTML Forms
example for html
<html>
<head>
<title>Sample Web Page</title>
</head>
<body>
<h1>Sample Web page heading</h1>
<p>This is a sample web page.</p>
<body>
</html>
and example for html forms
<html>
<body>
<form>
<input type="checkbox">This is choice #1<br>
<input type="checkbox">This is choice #2<br><br>
</form>
</body>
</html>
2.Server-Side Programming and Client-Side Programming
浙公网安备 33010602011771号