HTML <basefont> Tag. Not Supported in HTML5.
Example
Specify a default text-color and font-size for text on page:
<head>
<basefont color="red" size="5">
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
<basefont color="red" size="5">
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
Definition and Usage
The <basefont> tag is not supported in HTML5. Use CSS instead.
The <basefont> tag specifies a default text-color, font-size, or font-family for all the text in a document.
Note: The <basefont> tag is supported Only in Internet Explorer 9, and earlier versions.
Note: The <basefont> tag is supported Only in Internet Explorer 9, and earlier versions.
Post a Comment