Subject: how to make Embedded stylesheets ?? Author:rex rexo Date:26 May 2005 02:01 PM
Hi,
I'm new to CSS, so could you help me on this code please, i appreciate that,
what i need is how to make Embedded stylesheets for this code?
thanks
here is the code:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" href="css/gen.css"/>
<html>
<title>My First Home Page</title>
</head>
<body bgcolor="black">
<font face=Arial color="#FFFFFF">
<h1 align="center">My First Home Page</h1>
<hr>
<center>
<img src="jordan.jpg" alt="Jordan"/><img src="spot.jpg" alt="Spot"/><br><br/>
My name is jordan and i have very nice dog his name is spot.
</center></hr>
<p>
<h3>I have lots of hoppies</h3>
</p>
<ul>
<li>pokemon cards</li>
<li>Picures of david peckam</li>
<li>stamps</li>
</ul>
<li>Making things</li>
<ul>
<li>model dinosaurs</li>
<li>web pages</li>
</ul>
<li>reading cmoics</li>
<li>watching TV</li>
</ul>
you can send me an email if you
<a href="jodan@jidzmail.com">click here</a>
</body>
</html>