Setting up a Web Site - HTML



What Is HTML?

Formatting options include:

Different Level Headings

Different Level Headings

Text attributes: boldface, italicized, or even both

You can also center the text.

Bulleted lists:

Numbered lists:

  1. Like this
  2. And even this

File Format for an HTML Document

General HTML Concepts

  <B> Bold text </B>   <I> Italics text </I>

As an example, the formatting commands displayed in the previous section (boldface, italicized, or even both) would use these pairs of tags:

<B>boldface</B>, <I>italicized</I>, or even <B><I>both</I></B> The tags for centering text are:

<CENTER>You can also center text.</CENTER> Certain tags, used singly, indicate line breaks or the end of paragraphs. The tag <P> can be used to create a paragraph break with a blank line:

This is paragraph one.<P> This is paragraph two.<P> Appears as:

This is paragraph one.

This is paragraph two.

To create a line break with no blank line, use the <BR> tag:

In-state tuition (per credit):<BR> Undergraduate courses: $134.00<BR> Graduate courses: $179.00<BR> This would appear as:

In-state tuition (per credit):
Undergraduate courses: $134.00
Graduate courses: $179.00

Go to Top of Page

Back to Contents Page On to Next Section


Setting Up a Web Site
1998 MSACROA Conference
Monday, November 30, 1998