HTML Codes for Text
| Name | Code | Sample of Effect |
|---|---|---|
| Bold Strong |
<b></b> <strong></strong> |
HTML Code for Bold Text Strong Text |
| Italics Emphasized |
<i></i> <em></em> |
HTML Code Italics Text Emphasized Text |
| Underline | <u></u> | HTML Code Underline Text |
| Code Typewriter Font |
<code></code> <tt></tt> |
Code for programs (fixed pitch)Typewriter Font |
| Keyboard | <kbd></kbd> | Keyboard Text |
| Sample | <samp></samp> | Sample Text |
| Blink | <blink></blink> | HTML Tag (annoying, only works on some browsers) |
| Strike | <strike></strike> | HTML Tag |
| Big | <big></big> | This is Big text |
| Small | <small></small> | This is Small text |
| Superscript | <sup></sup> | HTML Superscript tag |
| Subscript | <sub></sub> | HTML Subscript tag |