When writing in HTML, the tag was an inline element used to make text larger. It was useful when you wanted to up the font size, but didn’t want to adjust your CSS file. The following sections contain information about this tag, including an example of it in use, and related attributes and browser compatibility.
Example of code
There is regular text, and there is bigger text.
Example result
There is regular text, and there is bigger text.
This tag is deprecated. Going forward, use CSS to adjust font size.
- Example of code
- Example result
- Attributes
- Compatibility
- Related information
Attributes
Within an HTML tag, an attribute dictates certain aspects of an HTML element. Attributes are made up of a name and value pair. While the tag does not have any unique attributes, it utilizes all the standard attributes until it’s removed in a future version of HTML.
Compatibility
*Until it is removed in a future version of HTML.
Browser, Compatibility, Container tag, Web design terms
Related information
- HTML and web design help and support.