The HTML tag consists of three main parts: the opening tag, the content, and the closing tag. But some HTML tag tags are off
Syntax - <tag>.........</tag>
Examples -
<pre> content </pre>
<p> Paragraph Tag </p>
<h1> Heading Tag </h1>
<b> Bold Tag </b>
<i> Italic Tag </i>
<u> Underline Tag</u>
Examples -
<body>Body Tag
<p>Paragraph Tag</p>
<h2>Heading Tag</h2>
<b>Bold Tag</b>
<i>Italic Tag</i>
</body>
Unclosed Tags -
<br> Tag:
<hr> Tag:
HTML Text Tags
<p>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <strong>, <em>, <abbr>, <acronym>, <address>, <bdo>, <blockquote>, <cite>, <q>, <code>, <ins>, <del>, <dfn>, <kbd>, <pre>, <samp>, <var> and <br>
Image and Object Tags
<img>, <map>, <param> and <object>.
List Tags
<ul>, <ol>, <li>, <dl>, <dt> and <dd>
Table Tags
table, tr, td, th, tbody, thead, tfoot, col, colgroup and caption
Form Tags
form, input, textarea, select, option, optgroup, button, label, fieldset and legend
0 comments:
Post a Comment