0% found this document useful (0 votes)
47 views17 pages

HTML Basics for Web Development

Uploaded by

vidya londhe
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views17 pages

HTML Basics for Web Development

Uploaded by

vidya londhe
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Note - These are prerequisites for the course that you should already

install to your system (laptop/computer) to be able to code.

1. Download Chrome Browser


Step 1: Go to [Link]
Step 2 : Click on Download Now

2. Download Visual Studio Code


Step 1 : Go to [Link]
Step 2 : Choose your system (Windows/Mac/Linux) and download Visual
Studio Code
Assignment – 1

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).
Qs3. Create a clickable link that redirects to the url
: [Link]

Qs4. You are given the rank list of few students,


create an ordered HTML list to display
• the list given below :
1. Deepak
2. Epsita
3. Lakshita
4. Tanmay
5. Agrim

Qs5. Reading about these topics on mdn:


• Hr Tag in HTML
• HTML Entities

You might also like