Pages

Friday 5 July 2013

Creating Css Style Sheets

Take NotePad ++

Type Following To It
body
{background-color:green;}
h1
{color:pink; font-family:"times new roman";}
p
 {color:blue; font-family:"Arial";}


Save It Using.css(i am using myhead.css)

then Similar Tags Like <p> <h1> in An html page .(in head give a like to this css page like this)

 <!DOCTYPE html>
<html>
<head>
<title>Free Software Downloads</title>
<link rel="stylesheet" type="text/css" href="myhead.css"
</head>
<body>
<h1>SandeepIndeevaram</h1>
<p>Sandeep Menon Is A Blogger</p>
</body>
</html>



6 comments:

  1. This comment has been removed by the author.

    ReplyDelete

 
Animated Social Gadget - Blogger And Wordpress Tips