HTML Formatting Tags
HTML Formatting Tags
What is HTML?
</body>
</html>
Formatting Tags
<body bgcolor=“red”>
<h1>----- <h6> Heading tags <h1>-------</h1>
<b> Bold <b>-------</b>
<i> italics
<u> underline
<strike> strike
<font > font size,face and color
Eg:<font size=“4” color=“green” face=“Monotype
corsiva”>text </font>
Formatting Tags
<sup> superscript eg: x <sup>2</sup>
<sub> subscript eg:h<sub>2</sub>o
<br> line break
<center> to centre align the text
<p> paragraph break
An unordered list starts with the <ul> tag. Each list item
starts with the <li> tag.
Book 1
Main characters :
Character 1
Character 2
Character 3