Strong Tag
<Strong>
Explanation
Strong tag is used to highlight a text by showing it in a
different font style and size.
Example Code:
Result :
Cascading Style Sheets are used along with html tags. CSS help users to create much elegant and neat html web pages.
- The purpose of this tag is used to highlight the texts.
- It makes the texts to have bolder effect.
- It almost resembles the <b>.
It is available in the previous versions of HTML.
It supports both
Global Attributes and
Event Attributes in HTML5.
Limitations:
It is applicable to all major browsers.