Tuesday, 6 December 2016

HTML Fonts

  1. Fonts play very important role in making a website more user friendly and increasing content readability.
  2. HTML tag to add stylesize, and color to the text on your website.
  3. You can set content font size using size attribute. The range of accepted values is from 1(smallest) to 7(largest). The default size of a font is 3.
  4. You can set font face using face attribute.
  5. You can set font color using color attribute.

No comments:

Post a Comment