HTML Styles - CSS is used to style HTML elements.
See the code and chcek yr result
<html>
<body style="background-color:PowderBlue;">
<h1>Look! Styles and colors</h1>
<p style="font-family:verdana;color:red;">
This text is in Verdana and red</p>
<p style="font-family:times;color:green;">
This text is in Times and green</p>
<p style="font-size:30px;">This text is 30 pixels high</p>
</body>
</html>
See The Result
Look! Styles and colors
This text is in Verdana and red
This text is in Times and green
This text is 30 pixels high
0 comments:
Posting Komentar