align (p attribute) | Bgcolor (body attribute) | Text (body attribute) | Background (body attribute) |
Link (body attribute) | Alink (body attribute) | Vlink (body attribute) | <basefont> |
<big> | <center> | <marquee> | <font> |
<frame> | <frameset> | <noframes> | <strike> |
Example: basefont tag
Specify a default text color, font size, font face for all the text on the page.
<head> <basefont color="red" size="5" face="Comic Sans MS"> </head>
Example: big tag
big tag makes the text 1 point larger i.e 4, Default text size is 3.
big> Bigger text than Normal </big> </p>
Example: Base Hyperlink
If the hyperlink url is invalid or unable to open then it automatically redirect into a url specifed in base hyperlink
<head> <base href="http://www.AnkitWebLogic.com/" target="_blank"> </head>