Thursday, 23 February 2012

Setting the text font size


<html>
<head>
<style type="text/css">
h1 {font-size:200%;}
p {font-size:100%;}
</style>
</head>
<body>
<h1>This is heading 1</h1>
<p>This is a paragraph.</p>
</body>

</html>

No comments:

Post a Comment