HTML Style Tags
Tags for Styles in HTML 5
The style tags are used to change the visual presentation of HTML elements without imparting any additional semantic meaning.
- <b> tag
- for bold text
- <i> tag
- for italic text
- <pre> tag
- for preformatted text, where the white space in the HTML code is to be preserved when the document is displayed
- <small> tag
- for smaller text
- <style> tag
- used to define the styles and apply them to HTML elements based on style selectors
- <u> tag
- for underlined text