Tag de basefont en html

<!-- The basefont tag WAS used to specify the default value of font style -->

<html>
  <head>
	<basefont color="blue" size="5" face="arial">
  </head>
  <body>
   	<p>The basefont tag is NOT supported in HTML5</p>
	<p>Please use CSS to style the document</p>
  </body>
</html>
Marton