Subscript the Text
<sub></sub> tag is used to display the text or figure or symbols below the baseline, slightly of small size then normal text. It is used to display mathematical formulas, footnote, end-notes.Example
<html>
<head>
<title>
subscript the text
</title>
</head>
<body>
H<sub>2</sub>O
</html>
Larger Text
<big></big> tag is used to increase the size of the text by 1 point.Example
<html>
<head>
<title>
to increase the size of the text 1 point
</title>
</head>
<body>
Education <big>point</big>
</body>
</html>
Smaller Text
<small></small> tag is used to decrease the size of the text by one point.Example
<html>
<head>
<title>
to decrease the size
</title>
</head>
<body>
Education <small>time</small>
</body>
</html>
Strike Text
<strike></strike> is used to apply strike through on the text.Example
<html>
<head>
<title>
to apply strike through
</title>
</head>
<body>
time is <strike>precious</strike>
</body>
</html>
Comments
Post a Comment