1 Vote Vote

Css Not Applying To Text

Posted by topdog 284 days ago Questions| css text applying All
hi there is probably a very simple anser but i just cant figure it out. Css does not seem to be applying to my text.

Thanks for help.

CODE
<style type="css/text">
p#title {
color:red;
}

</style>
</head>
<body>
<div><img src="../images/logopipa.jpg" />
<p id="title">The Origanal Fashion Doll</p>
</div>


</body>
</html>
Discuss Bury


Who Voted for this Question