Posted by The Doctor on 10/10/06 15:08
I'm very new to HTML & I'm struggling a bit with styles.
<html>
<head>
<title></title>
<STYLE TYPE="text/css">
<!--
H2
{
color:blue;
font-family:arial;
font-size:20pt;
}
-->
</STYLE>
</head>
<body>
<h2>Education</h2>
</body>
</html>
My understanding of that code is that it will show the word
"Education" in Arial regular, blue, 20 pt.
Instead I get the word "Education" in Arial Bold. How do I
turn the Bold option off?
Navigation:
[Reply to this message]
|