Computer Science, asked by xXitzSweetMelodyXx, 5 months ago

write the line of code to display written statement in the webpage into the lowest heading level at the centre.



No spam ❌​

Answers

Answered by Anonymous
49

The following code shows all the heading levels, in use.

<h1>Heading level 1</h1>

<h2>Heading level 2</h2>

<h3>Heading level 3</h3>

<h4>Heading level 4</h4>

<h5>Heading level 5</h5>

<h6>Heading level 6</h6>.

I hope it is helpful for you

@ Aman jha

Attachments:
Answered by Pari365
2
Here’s your answer mate

(write the heading)

Hope this answers your question mate.
Similar questions