Computer Science, asked by mahalakshmidass27, 2 months ago

Choose the correct HTML element for the largest heading:
a. b. c.

Answers

Answered by purveshKolhe
3

There are 6 heading tags in HTML::

<h1>

<h2>

<h3>

<h4>

<h5>

<h6>

Answer::---

==> <h1> is the biggest heading.

More info::---

==> <h6> is the smallest heading.

==> <p> tag is used for paragraph.

==> <pre> tag is used for preformatted text.

Hope This Helps You..

Similar questions