First page Back Continue Last page Image
- <html>
- <head>
- <title>My Basic Index Page</title>
- </head>
- <body>My Name is Nicole Cook</body>
- </html>
- <html> tags
- indicate code
- is written in
- HTML
- <head> tags
- surround
- information
- about web
- page
- <title> tags identify title
- <body> tags surround the portion of the
- document that appears in the browser
- Starting And Stopping Tag Fields