🔤 HTML

HTML Text Generator

Create HTML-formatted text with bold, italic, colors, headings and special styling.

0 / 500
Generated HTML
Your HTML will appear here…
Preview
Preview will appear here

HTML Text Formatting Guide

Common HTML Tags

  • <b> or <strong>Bold text
  • <i> or <em>Italic text
  • <u>Underlined text
  • <s>Strikethrough text
  • <mark> — Highlighted text
  • <sup> — Superscript, <sub> — Subscript
  • <h1><h6> — Headings
  • <span style="color:red"> — Colored text

Where to Use HTML Text

HTML formatting works in websites, email clients (Gmail, Outlook), Google Docs, blog posts, and any CMS that accepts HTML.

Top 10 Most Used HTML Color Codes

Need a custom color? Use these HEX codes inside a <span style="color:#HEX"> tag:

#FF5733 (Orange)
#FF0000 (Red)
#00FF00 (Lime)
#0000FF (Blue)
#FF00FF (Magenta)
#00FFFF (Cyan)
#FFFF00 (Yellow)
#800080 (Purple)
#008000 (Green)
#FFA500 (Gold)