[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-BASEFONT
Used for specifying a font size for all enclosed non-heading text in a web document. Size values spread from 1 to 7 with 7 being the largest pixel value. Default size is 3.
Attributes
Specifies font size represented by #.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-BASEFONT
Basefont
UsageUsed for specifying a font size for all enclosed non-heading text in a web document. Size values spread from 1 to 7 with 7 being the largest pixel value. Default size is 3.
Attributes
size="#" (required)
Specifies font size represented by #.
Live Example
<html> <head><title></title></head> <body> Beginning text size...<br><br> <basefont size="5"> Remaining content text size... </basefont> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
