Oct 28, 2024
<!DOCTYPE html>
to declare an HTML document.<html>
</html>
<head>
</head>
<title>My Web Page</title>
, "My Web Page" will appear in the browser tab.<body>
</body>
<h1>
, <h2>
, etc.
<h1>Fish Website</h1>
creates a large bold headline.<p>
tag for blocks of text.
<p>Welcome to the Fish website...</p>
test.html
on desktop.