Text Commands
These commands manipulate and format text. This section assumes you have read the previous sections.
Page Index:
Bold - b
Italic - i
Underline - u
Strikeout - s/strike
Under Construction - More To Come
Bold - b
Display enclosed text in bold.
Command
<b> - Begin Bold
</b> - End Bold
Example HTML
<b>Example Text</b>
Italic - i
Display enclosed text in italics.
Command
<i> - Begin Italic
</i> - End Italic
Example HTML
<i>Example Text</i>
Underline - u
Display enclosed text underlined. (Most, but not all, browsers support this command.)
Command
<u> - Begin Underline
</u> - End Underline
Example HTML
<u>Example Text</u>
Strikeout - s/strike
Display enclosed text with a strikeout line through the middle. (Most browsers support these commands.) Netscape 4 implemented the <s> version. MSIE Mac 5.2.3, Safari 1.3, Netscape Mac 7.2 & MSIE Windows 6.0.2 and later all support both versions of this command.
Command
<s> - Begin Strikeout
</s> - End Strikeout
<strike> - Begin Strikeout
</strike> - End Strikeout
Example HTML
<s>Example Text</s>
<strike>Example Text</strike>
Subscript - sub
Display enclosed text in subscript.
Command
<sub> - Begin Subscript
</sub> - End Subscript
Example HTML
<sub>Example Text</sub>
Under Construction - More To Come
Questions? Email the address at the right. |
|
Return to Guide Index
Return to Homebuilt Homepage's HTML Guide
Return to Homebuilt Homepage