|
|
Drifting Designs Tutorials > > Coding > > HTML > > Bold/Italics/UnderlineItalics Underline Combination Bolding, Italicizing, and underlining text are the most basic and easiest codes to learn, and are usually the first anyone learns. Their tags are very short. Bold HTML code for Bold: Explanation: The HTML tags for bold are "<b>" and "</b>". The text between the two tags is bolded. Italics HTML code for Italics: Explanation: The HTML tags for italics are "<i>" and "</i>". The text between the two tags is italicized. Underline HTML code for Underline: Explanation: The HTML tags for italics are "<u>" and "</u>". The text between the two tags is underlined. Combination Note that you can also combine all three codes to code text that is bolded, italicized, and underlined. For example, the code: would produce: Which is bolded, italicized, and underlined. |
|
|||||||||||||