Basefont Tag In Html

   Html <basefont> tag

Html <basefont> tag

  1]  <basefont> tag used in HTML to set a default font size and color text.

 2]   basefont used html fort family for all the text in a web page.

 3]   basefont tag is not supported in HTML5.

 4]   basefont tag is not supported by modern and updated browsers.

 5]   CSS use the style attribute or a separate style sheet apply colors, size, fonts 

      to different html element.

 6]  CSS  provides much more flexibility and control  over styling  compared to the                  <basefont> tag.

7]  <basefont> tag is used the <head> section.


      syntax :-


        <basefont color="red" size="5"font-family="courier-serif">
 


Html <basefont> tag :-

             Program  

<!DOCTYPE html>
  <html>
  <head>
    <title>html basefont tag </title>
     <basefont color="red" size="5"
font-family="courier-serif">
  </head>
  <body>
    <h2>html basefont tag </h2>
    <h3> basefont tag is not support </h3>
    <p> basefont tag used html default
text-color <br>
       and font-size ,font-family  family
html documetn </p>
  </body>
  </html>


Html <basefont> tag :-

            Output

Basefont Tag Tag In Html /OUTPUT










Related Post 

css text align

background color program

static website html tag

Comments

Popular posts from this blog

What Is CSS Text Color in 2026

CSS Padding Property Explained

CSS Outline Color Property in 2026