HTML Font Tag Web Development

HTML – Font Tag with Example

  • April 27, 2022
  • 0 Comments

Font tag in HTML is used to represent the font structure (font type), font size, and font color of the document. It does help to change the look of the text in the document. Font Parameters. Parameter Description Face It specifies the name of the font to be used on the document. Size The size […]

html heading tag Web Development

HTML – Heading Tag With Syntax

  • December 21, 2019
  • 0 Comments

A heading tag is one of the most important tags we focus on in HTML or web development because, without a heading, we or the user will have a hard time navigating the topic or relevance of the page. From H1 to H6, there are six heading tags. The following is a description of how […]