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> |
Description of element
start tag: <html>
content: elements releated to the body
end tag: </html>
some example useage of element
how element looks in the browser
Description of element
start tag: <head>
content: elements releated to the body
end tag: </head>
some example useage of element
how element looks in the browser
Description of element
start tag: <title>
content: elements releated to the body
end tag: </title>
some example useage of element
how element looks in the browser
Description of element
start tag: <body>
content: elements releated to the body
end tag: </body>
some example useage of element
how element looks in the browser
Description of element
the syntax of element
some example useage of element
how element looks in the browser
Description of paragraph element
start tag: <p>
content: paragraph text
end tag: </p>
<p>The dog went for a long run</p>
The dog went for a long run
Description of element
the syntax of element
some example useage of element
how element looks in the browser
Description of element
the syntax of element
some example useage of element
how element looks in the browser
Description of element
the syntax of element
some example useage of element
how element looks in the browser
Description of element
the syntax of element
some example useage of element
how element looks in the browser
Description of element
the syntax of element
some example useage of element
how element looks in the browser
Description of element
the syntax of element
some example useage of element
how element looks in the browser
Description of element
the syntax of element
some example useage of element
how element looks in the browser
Description of element
the syntax of element
some example useage of element
how element looks in the browser