Text Formatting Tags

HTML provides tags to apply formatting directly to text content.

  • <b>, <strong>: Bold text
  • <i>, <em>: Italic text
  • <u>: Underline
  • <mark>: Highlight
  • <code>: Inline code snippet
<p>This is <strong>important</strong> text.</p>
← PrevNext →