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
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
English,
5 days ago
Science,
5 days ago
Math,
11 days ago
English,
11 days ago
Social Sciences,
8 months ago