show-notice
hide-notice

Thursday 8 August 2013

HTML basefont Tag


Introduction:

The HTML basefont tag is used to specify a base font for the document to use.

Example:
<html>
<head>
<title>HTML basefont Tag</title>
</head>

<body>
<basefont face="cursive,serif" color="#ff9900" size="4" title="This text has been set using 

the basefont tag"/>
<p>The HTML basefont tag is now deprecated. You should use <a 

href="http://www.gohilinfotech.blogspot.in/2013/08/html-b-tag.html">HTML B TAG</a> to set 

font properties instead.</p>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com