WRITE
HTML CODE FOR 5 TAGS
Answers
Answered by
1
<b>desired text</b>
Makes text bold.
<i>desired text</i>
Makes text italic.
<u>desired text</u>
Makes text underlined.
<br>
Doesn't need a closing tag as it is an empty element. Use to break a line.
<h1>desired text</h1>
<h1>tags are used for headings. There are 6 headings in HTML.
Makes text bold.
<i>desired text</i>
Makes text italic.
<u>desired text</u>
Makes text underlined.
<br>
Doesn't need a closing tag as it is an empty element. Use to break a line.
<h1>desired text</h1>
<h1>tags are used for headings. There are 6 headings in HTML.
Similar questions