Tuesday 17 July 2012

How to Style font, color, and size in html


<!DOCTYPE html>
<html>
<body>
<h1 style="font-family:verdana;">heading</h1>
<p style="font-family:arial;color:red;font-size:20px;">paragraph.</p>
</body>
</html>

0 Responses to “How to Style font, color, and size in html”

Post a Comment