buzz boy
02-20-2011, 11:36 PM
Hi!
I'm kinda new to css and when i read Lissa's explanation I thought I understood it but whenever I add something with the code that goes in the <head></head> spot it doesn't change anything in the html page! plz help!:confused:
ps this is what my css code currently looks like
<html>
<head>
<style type="text/css">
background-color: #FFFF66;
</style>
</head>
</html>
Am i doing anything wrong or am i missing something
this is what my test site looks like
<html>
<head>
<title>Test</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>This is a test site</h1>
<p>this is a test site where I will test all of my skills and test the
stuff that I learn.</p>
</body>
</html>
Thanks
Buzz boy
I'm kinda new to css and when i read Lissa's explanation I thought I understood it but whenever I add something with the code that goes in the <head></head> spot it doesn't change anything in the html page! plz help!:confused:
ps this is what my css code currently looks like
<html>
<head>
<style type="text/css">
background-color: #FFFF66;
</style>
</head>
</html>
Am i doing anything wrong or am i missing something
this is what my test site looks like
<html>
<head>
<title>Test</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>This is a test site</h1>
<p>this is a test site where I will test all of my skills and test the
stuff that I learn.</p>
</body>
</html>
Thanks
Buzz boy