1. Home
  2. Computing & Technology
  3. Web Design / HTML

Styling a Notepad Created Web Page with CSS

By Jennifer Kyrnin, About.com Guide

2 of 10

Link the CSS Style Sheet to Your HTML

Link the CSS Style Sheet to Your HTML

Link the CSS Style Sheet to Your HTML

Jennifer Kyrnin

Once you've got a style sheet for your Web site, you'll need to associate it to the Web page itself. To do this you use the link tag. Place the following link tag anywhere within the <head> tags of your pets.htm document:

<link href="styles.css" rel="stylesheet" type="text/css">
Explore Web Design / HTML
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. HTML and XHTML
  5. Beginning HTML Tutorials
  6. Styling a Notepad Created Web Page with CSS

©2009 About.com, a part of The New York Times Company.

All rights reserved.