HELP! * GREY=local LOCAL HTML version of Foils prepared 10 Sept 1996

Foil 5 Formatting a Web Page: Headers and Paragraphs

From Introduction to HTML--ECS400 fall 96 ECS400 Senior Undergraduate Course -- Fall Semester 96. by Nancy J. McCracken * See also color IMAGE

Headers come in different sizes, from <h1> very large down to <h6> very small. For example, a page might start with a large header of the name of the company, followed by a smaller header with a short description:
  • <h1> Oriental Rug Company </h1>
  • <h3> Imported Handmade Oriental Rugs </h3>
Blank space and line breaks in your file are ignored in HTML. It will format the lengths of your lines to whatever will fit in the window, disregarding however you may have typed it.
To separate two sections of text, you can add a line break tag, <br>, with no blank lines, or a paragraph tag, <p>, which has extra blank lines.
  • Every year we stock thousands of rugs in all patterns
  • which we obtain in our annual rug-buying expeditions
  • to the markets of the Middle East. <p> . . .



Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Wed Feb 19 1997