|
<
html
>
<
html
>
The first tag to create an HTML document
<
head
>
<
/head
>
Comes after the HTML tag. Allows you to type the title and other information that you need that will not show up as text on the Web Page.
<
title
>
<
/title
>
This is where you would type the title of your Web page. This will be displayed as your browsers title.
<
body
>
<
/body
>
This is where all the information will be placed that will be shown on your page.
|