|
Beginning HTML |
|
What is HTML?
Here are several examples that can be used in email that supports HTML: |
|
|
Code |
What it looks like |
|
Paragraphs |
|
|
|
|
apples |
applesorangesbananas |
|
<P>apples |
apples oranges bananas |
|
<P>apples |
apples |
|
Bold text |
|
|
<P><B>I'm learning how to use HTML tags.<B> |
I'm learning how to use HTML tags. |
|
<P>I'm
<B>learning</B> how to use HTML tags. |
I'm learning how to use HTML tags. |
|
Italics |
|
|
<P><I>I'm learning how to use HTML tags.</I> |
I'm learning how to use HTML tags. |
|
<P>I'm <I>learning</I> how to use HTML tags. |
I'm learning how to use HTML tags. |
|
<P><B><I>I'm learning how to use HTML tags.</I></B> |
I'm learning how to use HTML tags. |
|
<P>I'm <B>learning</B> how to use <I>HTML</I> tags. |
I'm learning how to use HTML tags. |
|
Headings |
|
|
<H1>I'm learning how to use HTML tags.</H1> |
I'm learning how to use HTML tags. |
|
<H2> I'm learning how to use HTML tags.</H2> |
I'm learning how to use HTML tags. |
|
<H3> I'm
learning how to use HTML
tags.</H3> |
I'm learning how to use HTML tags. |
|
Fonts Use only these fonts to make sure every user can see them: Arial, Comic Sans MS, Georgia, Impact, Times New Roman, Trebuchet MS, Verdana |
|
|
<P><FONT face="arial">I'm learning how to use HTML tags.</FONT> |
I'm learning how to use HTML tags. |
|
<P><B><FONT
face="arial">I'm learning how to use HTML
tags.</FONT></B> |
I'm learning how to use HTML tags. |
|
Centering Text |
|
|
|
|
<CENTER>I'm learning HTML.</CENTER> |
I'm learning HTML. |
|
I'm learning
HTML. |
I'm learning HTML. |
|
Indenting Text |
|
|
<P>Here is an indented paragraph: <BLOCKQUOTE>This is a test of the emergency broadcast system. Beep! The broadcasters in your area, in voluntary cooperation with the FCC and other authorities...Beep!</BLOCKQUOTE> |
Here is an indented paragraph: This is a test of the emergency broadcast system. Beep! The broadcasters in your area, in voluntary cooperation with the FCC and other authorities...Beep! |