This is private website !

Web Homework1





<html>
<head>
<title> CSS Homework! </title>
<style>
h1{color:pink;text-decoration:overline;}
a{color:red;}
a:hover{color:blue;text-transform:uppercase;}
b{font-size:xx-large;}
p{color:brown;text-align:center;}
img{float:left;}
</style>
</head>
<body>
<h1>Head1 Lineover</h1></br></br>
<a href="#">Click Me!</a></br></br>
<b>CSS FONT STYLE FROM P TAG</b></br></br>
<img src="WD.ico" width="100" height="100"></img></br>
<p>CSS Text Style from p tag</p>
<p>CSS Text Style from p tag</p>
</body>
</html>

No comments:

Post a Comment