Computer Science, asked by harshithanaick1674, 6 months ago

Write a HTML program to display all type of headings

Answers

Answered by MangoSlices
0

Answer:

Note: The main keyword of the whole content of a webpage should be display by h1 heading tag.

<h1>Heading no. 1</h1>

<h2>Heading no. 2</h2>

<h3>Heading no. 3</h3>

<h4>Heading no. 4</h4>

<h5>Heading no. 5</h5>

<h6>Heading no. 6</h6>

Explanation:

MangoSlices ☄️

Answered by krishrajput98
1

\huge\pink{\mathfrak{answer}}

...

Note: The main keyword of the whole content of a webpage should be display by h1 heading tag.

  • <h1>Heading no. 1</h1>
  • <h2>Heading no. 2</h2>
  • <h3>Heading no. ...
  • <h4>Heading no. ...
  • <h5>Heading no. ...
  • <h6>Heading no.

Similar questions