HTML Tags Strong
4.3- Other Text Decorations (HTML Tags Strong): (Page 3/5)
(Cotinued from previous page)
vi) Superscript any word; Starting tag is <sup> and end tag is </sup>
Command: TEXT<sup> XYZ </sup>
Output: TEXT
xyz
vii) Subscript any word: Starting tag is <sub> and end tag is </sub>
Command: TEXT<sub> XYZ </sub>
Output: TEXT
xyz
viii) Strong text: For making any text look strong. Starting tag is <strong> and end tag is </strong>
Command: <strong> TEXT </strong>
Output: TEXT
ix) Emphasized Text : To give emphasis to same text the 'em' tag can be used.
Command: <em>Emphasized text</em>
Output: Emphasized text
NOTE: The above commands can be used in any combination. But remember that the tag which starts first should end at the last. For example for Underline, italic and Bold
Command: <u><b><i>TEXT</i></b></u>
Output: TEXT
(Cont......... to next page (Pg-4))

script>
)
©
funandhobby.com (HTML Tags Strong)