HTML Tutorials

Code for a basic HTML page

basic_html_page.html
<html>
<head>
<title>Page Title</title>
</head>
<body>
Page Content
</body>
</html> 
Page Title
Page Content
HTML
Other Tutorials