Write A program to Display student information using Inline Css .
Code : inline.html
<html>
<head>
<title>inline css-example</title>
</head>
<body>
<p style=        
  "font-family:Magneto;
  fonyt-size:large;
  font-stretch:wider;
  font-style:italic;
  font-variant:small-caps;
  font-weight:lighter;
  font-color:red;">
Name:PansaraZarna<br>
Roll no:22<br>
address:sardargadh<br>
college:p.k.m.college<br></p>
</body>
</html>
 
 
No comments:
Post a Comment