Techniques for Creating Web Pages



What Is HTML?

Formatting options include:

Different Level Headings

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> All formatting specified with HTML tags. The tag <P> must be used to create a paragraph break.

If your source reads:

This is paragraph one. This is paragraph two. It appears as:

This is paragraph one. This is paragraph two.

However: 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


Web Tips and Techniques
NJ-NY ACRAO Spring Conference
Wednesday, March 17, 1999