Sunday 12 January 2014

internal style sheet

<html>
 <head>
  <title>Internal</title>
  <style type="text/css">
  h1
  {
   color:blue;
   font-size:12pt;
  }
  body
  {
   background:yellow;
  }
  a:hover
  {
   font-size:210%;
   font-weight:bold;
   color:red;
   background-color:white;
  }

 </style>
 </head>
 <body>
 <h1 >S R ENGINEERING COLLEGE</h1>
 <p >ananthasagar </p>
 <p >Warangal</p>
  <a href="http://improvehtml.blogspot.in/" target=_blank>click here</a>

</body>
</html>

No comments:

Post a Comment