Sunday, June 12, 2011

HTML TUTORIAL

Embedded styles heets

<html>
<head>
<title>
css tutorial
</title>
<style type="text/css">
body {background:white;color:black}
A:link{color:red}
A:visited{color:blue}
A:active{color:green}
H1 {FONT-SIZE:36pt}
</style>
</head>
<body>
welcome to my page
<a href="http://wwww.arenagraphics.blogspot.com%22%3earena/ graphics</a>
</body>
</html>
Preview

 

No comments: