HTML Chapter 4 Text Formatting: Developing A Web Site 1
HTML Chapter 4 Text Formatting: Developing A Web Site 1
<B>…</B>
<I>…</I>
<SMALL>…</SMALL>
<BIG>…</BIG>
<SUP>…</SUP>
<SUB>…</SUB>
<STRIKE>…</STRIKE>
<U>…</U>
<PRE>…</PRE>
To underline text.
Example:
Please don’t not <U>litter</U>. This is a bad
habbit.
Example:
<P ALIGN=“right”>Hello!! How are you?
<P ALIGN=“center”>Hello!! How are you?
Example:
<H1 align=“center”>Welcome</H1>