Thursday 30 August 2012

How to Create Embedded css | write css code | Logic

Whenever you want to write or create css just write script within the head tag.
Then close after </script>
<head><script> ... your Script code Here ....</script></Head>

<head><title>Contents</title>
<style type="text/css">

a{
text-decoration:none;
color:white;
font-size:16;
}

a:hover{
background-color:cyan;
font-size:16;
}



td
{
width:120px;
height:16px;
background-image:url('images\bgr.jpg');
font-style:verdana;
font-size:12px;
font-weight:normal;
text-align:center;
background-color:#9ACD32;
}

th
{
width:120px;
COLOR:blue;
height:21px;
background-image:url('images\SUBMIT.gIF');
font-style:verdana;
font-size:15px;
font-weight:normal;
text-align:center;
background-color:hotpink;
}


</style>
</head>
Share This
Previous Post
Next Post

FYJC XI standard online admisson Process and declaraton of Merit list . Cut off List For prevous year also . 10 Th Results onlne declaraton Maharashtra Region .

0 comments: