Computer Science, asked by india6669, 7 months ago

HEADINGS IN HTML
Html has six levels of Headings(H1 To H6)numbered through 6, with 1 being the
largest. Headings are displayed generally in larger and / or bolder fonts than the
normal body tag.
Attribute:
Align
Format:
<H# align= Value>Text</H#>
# → Numbers from 1 to 6
Value-Left, Right, Center NOTE: The default alignment is left for the heading tag.
Eg:
<H1> level 1 heading </H1>
<H2 align =center > level 2 heading </H2>
WHAT IS THE QUESTION FOR THIS PLS HELP ME ​

Answers

Answered by manaskhandelwal00
3

It just tells you the format for writing a heading tag in HTML.

<H# align="value">Text</H#>

Here, you can replace the hashtag symbol(#) with any number between 1 to 6.

And replace "value" for left, right, centre.

Hope it helps :)

Similar questions