|
why style sheet doesnt work?
Hi,
I'd like to know why this style sheet(below) doesnt work.
body {
background-color : #00ffff;
}
.ictdnews {
font-family : Arial;
font-weight : bold;
font-size : x-large;
}
.ictdmain {
background-color : #00ffff;width:400;color : #000000;
font-family : Arial;
font-size:16
}
.network{font-family:Arial;font-weight:bold;font-size:16; text-transform:capitalize
}
here is the html code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<link href="news.css" rel="stylesheet" type="text/css" />
<style type="text/css">
</head>
<body>
<p class="ictdnews">ictd news</p
td width="400"valign="top"background class="ictdmain"><h4 class="networking">New online Register to be installed</h4>
thanx
|