Tag | Description | Example and Output |
---|---|---|
Bold | It defines bold text. | Example: <b>CareerRide Info</b> Output: CareerRide Info |
Italic | It defines italic text. | Example: <i>TutorialRide.com</i> Output: TutorialRide.com |
Underline | It underlines the text. | Example: <u>TutorialRide.com</u> Output: TutorialRide.com |
Strike-out | It puts a line right through the center of the text, crossing it out. It shows that the text is old and no longer relevant. | Example: <strike>ABC Coperation</strike> Output: |
Small | It defines small text. | Example: <h4>CareerRide <small>Info</small></h4> Output: CareerRide Info |
Font Color | It changes the text color. | Example: <font color=“#000fff”>TutorialRide.com</font> Output: TutorialRide.com |
Emphasis | It is used to emphasize text, usually it appears in italics but can vary according to your browser. | Example: <em>CareerRide Info</em> Output: CareerRide Info |
Mark | It defines marked or highlighted text. | Example: <mark>TutorialRide.com</mark> Output: TutorialRide.com |
Subscript | It defines subscripted text. | Example: H<sub>2</sub>O Output: H2O |
Superscipt | It defines superscripted text. | Example: E = mc<sup>2</sup> Output: E = mc2 |
Strong | It defines strong text. Usually it appears in bold but can vary according to your browser. | Example: <strong>CareerRide Info</strong> Output: CareerRide Info |