Creation Of wesite using css.html
<html>
<head>
<title>External style sheet 1 </title>
<link rel="stylesheet" type="text/css"
href="Style1.css">
</head>
<body>
<h1>OLD IS GOLD </h1>
<h2>OLD IS GOLD </h2>
<h3>OLD IS GOLD </h3>
<h4>OLD IS GOLD </h4>
<h5>OLD IS GOLD </h5>
</body>
</html>
Style1.css
body{background-color:purple;}
h1{font-family:chiller; color:red; background-color:yellow;}
h2{font-family:chiller; color:red; background-color:yellow;}
h3{font-family:chiller; color:red; background-color:yellow;}
h4{font-family:chiller; color:red; background-color:yellow;}
h5{font-family:chiller; color:red; background-color:yellow;}
No comments:
Post a Comment