HTML (Level 1)
[email protected]
Practice Questions
Qs1. Use the correct HTML tag to add a paragraph with the text "Hello World!".
Qs2. Mark up the text with appropriate tags:
"Delta” is the most important heading.
"Full Stack Web Development" is the next most important heading.
"MERN Stack" is the third most important heading.
The last sentence is just a paragraph.
Start with the most important heading (the largest) and end with the least
important heading (the smallest).
__ Delta __
__ Full Stack Web Development __
__ MERN Stack __
__ Let's begin our learning journey! __
<!-- You have to fill the '__' empty space marked with the
suitable tag-->
Qs3. Create a clickable link that redirects to the url : https://www.apnacollege.in/
Qs4. You are given the rank list of few students, create an ordered HTML list to display
the list given below :
[email protected]
1. Deepak
2. Epsita
3. Lakshita
4. Tanmay
5. Agrim
Qs5. Reading about these topics on mdn:
- Hr Tag in HTML
- HTML Entities