Basefont tag in HTML- what is the use of basefont tag in html


Basefont tag in HTML- what is the use of basefont tag in html

Basefont or <basefont> tag is used to set default font color, size and font family to all text of a web page.

Example:-
<head>
<basefont color="blue" size="6"/>
</head>
<body>
<div> this is a DIV tag</div>
<span>This is span tag</span>
</body>
</html>

{ 0 comments... read them below or add one }

Post a Comment