Software
HTML Header and Text Formatting
Heading: The <h1> to <h6> tags are used to define HTML headings. <h1> defines the most important heading and <h6> defines the least important heading. The syntax of <h1> to <h6> tags are <h1 [align =”left” | “center” | “right” | “justify”] . . . </h1> The “align” attribute is Read more…