HTML Code
<HTML>
<HEAD>
<TITLE>Writing Workshop II Home Page</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1>Writing Workshop II</H1>
<P>
Y20.7503.01/.04 / Spring 1996
<P>
<B>Anne B. Keating, Ph.D.</B><BR>
<I>Liberal Arts Degree Program - School of
Continuing Education<BR>
New York University </I>
</CENTER>
</BODY>
</HTML>
Step 3
Explanation:
Formatting Text
Now it is time to enhance our page with some formatting. We can do this by using some simple text-formatting tags:
1. The <H1></H1> tag, which marks text as a heading. There are actually six levels of headings that you can use: <H1></H1>, <H2></H2>, <H3></H3>, <H4></H4>, <H5></H5> and <H6></H6>. While different browsers will display headings slightly differently, <H1> is always the largest and <H6> the smallest.
2. The <B></B> tag, which makes text bold.
3. The <I></I> tag, which makes text italic.
4. The <U></U> tag, which underlines text.
5. The <CENTER></CENTER> tag, which centers text, images, or tables.
| back | view page |