<basefont> HTML Tag

In this article we will discuss about how to use basefont Tag in HTML.
  • 1511

The basefont tag in HTML is used to provide default color, default face, default size on the text on which it has been applied. It is not supported by most of the browsers rather it is supported by internet explorer.

HTML Code:

<html>

<basefont face="cursive,serif" color="#ff9900" size="4">You must constantly ask yourself

    these questions:<br>

    Who am I around? What are they doing to me?

    <br>

    What have they got me reading?<br>

    What have they got me saying?<br>

    Where do they have me going?<br>

    What do they have me thinking?

    <br>

    And most important, what do they have me becoming?</basefont>

</html>

Output:
 nnnnnnnnnn.jpg

Ask Your Question 
 
Got a programming related question? You may want to post your question here
 
Programming Answers here


© 2020 DotNetHeaven. All rights reserved.