Giving Links In CSS

/* The Example1 will be having the font styles,colors and  font size for the content present in Example2. copy and paste the code of Example2 to get the output.*/

Example1.css

[css]
body
{
background-color:yellow;
}
h1
{
font-size:36pt;
}
h2
{
color:blue;
}
p
{
margin-left:50px;
}
[/css]

Example2.css

[css]
<html>
<head>
<link rel="stylesheet" type="text/css"  href="example1.css"  />
</head>
<body>
<h1>Hai!!</h1>
<h2>Have A Nice Day</h2>
</body>
</html>
[/css]

Output:

Hai!!

Have A Nice Day

No comments yet.

Leave a comment

Request a Free SEO Quote