HTML/CSS/Meta Tags

Материал из Web эксперт
Перейти к: навигация, поиск

"basefont" sets a default font face, size, and style for an entire web page

   <source lang="html4strict">
   

<html>

  <head>
     <title>basefont element example</title>
     <basefont face="Times, serif" size=5>
  </head>
  <body>

Set by base font. new Font.

  </body>

</html>


     </source>