HTML Reference Page

Name Start Tag End Tag Example
HTML <html> </html> <html> head & body </html>
Head <head> </head> <head> head elements </head>
Title <title> </title> <title>Page Title</title>
Body <body> </body> <body> body elements </body>
Heading <h1> </h1> <h1>Heading</h1>
Paragraph <p> </p> <p>The dog went for a long run</p>
Break <br> <br>
Line <hr> <hr>
Comment <!-- --> <!-- comment -->
Link <a> </a> <a href="url">Link Text</a>
Image <img> <img src="url">
List <ol> <ul> <li> </ol> </ul> </li>
Table <table> <tr> <td> <th> </table> </tr> </td> </th>
Blocks <div> </div> <div> block elements </div>

HTML Element

Description

Description of element

Syntax

start tag: <html>

content: elements releated to the body

end tag: </html>

Example

some example useage of element

Display

how element looks in the browser

W3 Schools Link


Description

Description of element

Syntax

start tag: <head>

content: elements releated to the body

end tag: </head>

Example

some example useage of element

Display

how element looks in the browser


Title Element

Description

Description of element

Syntax

start tag: <title>

content: elements releated to the body

end tag: </title>

Example

some example useage of element

Display

how element looks in the browser


Body Element

Description

Description of element

Syntax

start tag: <body>

content: elements releated to the body

end tag: </body>

Example

some example useage of element

Display

how element looks in the browser


Heading Element

Description

Description of element

Syntax

the syntax of element

Example

some example useage of element

Display

how element looks in the browser


Paragraph Element

Description

Description of paragraph element

Syntax

start tag: <p>

content: paragraph text

end tag: </p>

Example

<p>The dog went for a long run</p>

Display

The dog went for a long run


Break Element

Description

Description of element

Syntax

the syntax of element

Example

some example useage of element

Display

how element looks in the browser


Line Element

Description

Description of element

Syntax

the syntax of element

Example

some example useage of element

Display

how element looks in the browser


Comment Element

Description

Description of element

Syntax

the syntax of element

Example

some example useage of element

Display

how element looks in the browser


Description

Description of element

Syntax

the syntax of element

Example

some example useage of element

Display

how element looks in the browser


Image Element

Description

Description of element

Syntax

the syntax of element

Example

some example useage of element

Display

how element looks in the browser


List Element

Description

Description of element

Syntax

the syntax of element

Example

some example useage of element

Display

how element looks in the browser


Table Element

Description

Description of element

Syntax

the syntax of element

Example

some example useage of element

Display

how element looks in the browser


Block Element

Description

Description of element

Syntax

the syntax of element

Example

some example useage of element

Display

how element looks in the browser