The following table lists some of the most common HTML tags that you'll use to build your website. After you've worked in HTML for a little while, these tags will become second nature to you.
Tag | Name | Code Example |
---|---|---|
> | anchor | href="http://www.yourdomain.com/">Click Here |
bold | Bold Type | |
body of document | All of the contents of your Web page. | |
line break | Soft line break Soft line break |
|
center | ||
font | face="Times New Roman">Example | |
form | action="mailto:[email protected]"> Name: "Name" value=" size="10" /> |
|
heading 1 | Heading 1 Example |
|
heading 2 | Heading 2 Example |
|
heading 3 | Heading 3 Example |
|
heading of document | Contains elements describing the document | |
hypertext markup language | ||
<i> | italic | <i>Italic Typei> |
list item |
|
|
meta | name="Description" content="Description of your site" /> name="keywords" content="keywords describing your site" /> |
|
ordered list |
|
|
paragraph | This creates a line break and a space between lines. |
|
unordered list |
|