| Share this post! | Vote this! |
|
Fonts are specific to platform. If you are using different OS then
you will have different look and feel of any web page. Here we are
giving a list of fonts which are available to various operating systems.
HTML <FONT> tag is deprecated in version 4.0 onwards and now all fonts are set by using CSS. Here is the simple syntax of setting font of a body of web page.
HTML <FONT> tag is deprecated in version 4.0 onwards and now all fonts are set by using CSS. Here is the simple syntax of setting font of a body of web page.
body { font-family: "new century schoolbook"; }
or
<body style="font-family:new century schoolbook;" > more...



0 comments:
Post a Comment