Answers for "semantic elements in html5"

0

semantic tags

<strong> Makes a text bold
Posted by: Guest on November-01-2021
0

html semantic

<div></div>
    <span></span>
    <hr> <!-- horizontal rule is a divider -->
    <br> <!-- break make a break line -->
    <sup></sup> <!-- superscript add a notation (upp) -->
    <sub></sub> <!-- subscript add a notation (down) -->
    &lt; <!-- &; is used to print special or reserved character 
    &lt; = “<” and &gt; = “>” -->
Posted by: Guest on January-05-2021

Browse Popular Code Answers by Language