Pages

Thursday, May 19, 2011

HTML #8: Styles

<html>
<body style="background-color:PowderBlue;">

<h2 style="background-color:red;">This is a heading</h2><p style="font-size:30px;">This text is 30 pixels high</p>
<h1 style="text-align:center;">Center-aligned heading</h1></body>
</html>

No comments:

Post a Comment