<html>
<head>
<title>Html-1</title>
<style type="text/css">
p
{
background-color:yellow;
font-size:20;
word-spacing:5pt;
font-color:red;
white-space:pre-wrap;
}
h2
{
font-size:70;
color:red;
}
h3
{
color:orange;
font-size:22;
}
body
{
background-color:cyan;
}
font
{
font-family:verdana;
font-size:20;
font-color:blue;
}
</style>
</head>
<body>
<h2>CSS STYLESHEET</h2>
<h3>DHTML</h3>
<p>
CSS is used to control the style of a web document in a simple and easy way. CSS stands for Cascading Style Sheets. This tutorial covers both the versions CSS1 and CSS2 and gives a complete understanding of CSS, starting from its basics to advanced concepts.
</p>
<font>The demo of the font is in tag , and the tag is related to the font</font>
</body></html>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.