BBCode to HTML Converter - Convert Forum Markup
Convert BBCode to HTML with real-time preview. Supports all common tags like bold, italic, links, images, quotes. Runs in browser.
Enter BBCode to see preview
Supported BBCode Tags
| BBCode | HTML | Description |
|---|---|---|
[b]text[/b] | <strong> | Bold text |
[i]text[/i] | <em> | Italic text |
[u]text[/u] | <u> | Underlined text |
[s]text[/s] | <s> | Strikethrough |
[url=...]text[/url] | <a href> | Hyperlink |
[img]url[/img] | <img> | Image |
[quote]text[/quote] | <blockquote> | Quote block |
[code]text[/code] | <pre><code> | Code block |
[color=red]text[/color] | <span style> | Colored text |
[size=20]text[/size] | <span style> | Sized text |
[center]text[/center] | <div align> | Centered text |
[list][*]item[/list] | <ul><li> | Bulleted list |
Copied!