Computer Science, asked by darkdevil116674, 11 days ago

Amit want to create a web page. Which HTML tag should he use to have?
• A large heading "Orbit Planet Computers"
•A horizontal rule across the page.
•A small heading "Launching New Product.​

Answers

Answered by Madanamohana
2

Answer:

For heading, you can use the <h1> tag as it can be the largest size heading you can put in HTML.

Example : <h1> Orbit Planet Computers </h1>

<hr> tag can be used to put the horizontal rule.

For a small heading you can use <h3>, <h4>, <h5>, etc. according to your preference.

Example : <h3> Launching New Product </h3>

Similar questions