Wednesday, September 7, 2011

Simple usage of css

Simple CSS


<html>
<head><title>Test CSS</title>
<style>
body { margin-left: 30px; margin-right: 15px; background-color: #ffffff }
h1{font: bold italic 24pt helvetica}
p { font-size: 20px; }
</style>
</head>
<body>
<h1>i can code! for Web</h1>
<p>Test CSS</p>
</body>
</html>




Related Post:
-Link css in separated file



No comments:

Post a Comment