Web-Nation

What is a Basic Web Page

All documents start with these first two tags: <html> and <head>

This text appears at the top of the browser. <title>your title</title>

Closing tag for header. </head>

Indicates start of document body. Instructions for background colors, link and text colors are placed here. <body bgcolor ="#FFFFF">

Text here will be bold, of size 6 and have a line break placed before and after the text. <h1> Hello, World!</h1>

Horizontal Line break. Will draw a shadowed, line across the page. <hr>

Line break. <br>

</body>

</html>