English 中文(简体)
HTML5 - Fonts Reference
  • 时间:2024-09-17

HTML5 - Fonts Reference


Previous Page Next Page  

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 pst 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.

body { font-family: "new century schoolbook"; }
or
<body style="font-family:new century schoolbook;" >

This will produce following result −