Friday, 3 June 2011

HTML basefont Tag


The <basefont> tag specifies a default font-color, font-size, or font-family for all the text in a document.

Example

<head>
<basefont color="red" size="5" />
</head>

<body>
<h1>This is a header</h1>
<p>This is a paragraph</p>
</body>

No comments:

Post a Comment