Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

basefont tag in 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>
Source by www.javatpoint.com #
 
PREVIOUS NEXT
Tagged: #basefont #tag #html
ADD COMMENT
Topic
Name
9+8 =