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">


