Layout and Formatting Web Pages


Table of Contents                                                                                                                                To Home page

  1. How do I apply font style & sizes?
  2. What is a font style ?
  3. What are HTML tags?
  4. How does HTML format text?
  5. Some examples of HTML tags

How do I apply font style & sizes?

As a general rule you should aim for consistency in use of font style & sizes

Back to Top

What is a font style?

A style is a stored collection of font and paragraph settings.  It is quick to apply when you start to type or by highlighting imported text.

Style

HTML Font Size Normal Font Size (in Points)
Normal 3 12
Heading 1 6 24
Heading 2 5 18
Heading 3 4 14
Heading 4 3 12
Heading 5 2 10
Heading 6 1 8
Numbered/Bulleted list 2 10
     
Back to Top

What are HTML tags?

Hypertext Markup Language codes your page so it appears as you want it on the screen

What do tags look like?

They are delineated by opening and closing brackets  eg the paragraph tag is <p>  Some have just the tag such as line break <br> and others have an opening tag <p> and a closing tag </p> when something new is started with another command .

Have a look at these from a simple page.

Back to Top

How does HTML format text?

Back to Top

Some examples of HTML tags

Back to Top


Copyright © 1999  [Learnsouthwest.co.uk]. All rights reserved.
Revised: August 04, 2002 .