Posts

Showing posts with the label Web Development

Headings in HTML

Image
How to create Headings There are 6 tags available in HTML to create the heading. Element Output <h1>Level-1 Heading</h1> Level-1 Heading <h2>Level-2 Heading</h2> Level-2 Heading <h3>Level-3 Heading</h3> Level-3 Heading <h4>Level-4 Heading</h4> Level-4 Heading <h5>Level-5 Heading</h5> Level-5 Heading <h6>Level-6 Heading</h6> Level-6 Heading Attributes of Heading align attribute can be used with all heading to align heading text left/ right/ center / justify. align = "left" align = "right" align = "center" align = "justify" Understanding Heading MAP Heading are parsed by browser in a heading map . Heading map is similar to the index shown at the beginning of any book. Heading map plays an important role in SEO so always be careful while creatin...

Popular posts from this blog

Inline V/S Block Level Element

Variable Naming & Scope of Variable

Variables in Go lang

String in golang

Constant in Go lang

Identifiers

Identify Variable type and values in go lang

Decision Making in Go lang

Installing go lang

Sum of two numbers in go lang