Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

 
 
Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

Before CSS


Web page with FONT tags applied to every paragraph

In the early days of the World Wide Web, you would have to apply the <font> tag to every paragraph.

COURSE TEXT

In the early days of the World Wide Web, style and content were both controlled by using HTML tags. For example, a Web site might include several paragraphs on every page. Each paragraph would be marked using the <p> tag. You then had to apply the font family, font color, and font size of your text paragraph by paragraph, page by page using the FONT element and its many attributes.

Say you wanted to change the appearance of the text. You would have to search out every <font> tag applied to every paragraph and modify each one individually.

With CSS, however, you can create default styles and manage them all from one place. This is how cascading style sheets make designing, maintaining, and updating your Web site easier than ever before.

  Go to previous page    Next Go to next page
advertisement