0% found this document useful (0 votes)
13 views

Assignment HTML

assignments of html

Uploaded by

Jasmit
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Assignment HTML

assignments of html

Uploaded by

Jasmit
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Module 1- Assignment Problem Statement

Assignment 1 HTML Problem statement:

Important Note: Please write a comment in your codes and a thought note in a separate sheet
while submitting the assignment. If comments and thought note is not present in your
submission, marks will get deducted.

Create a website for your Tourism company for your city. It should include all
of the following (feel free to add more content) :

1. About Us Link: It should redirect to the About Us page when


clicked. (Contains more details about your tourism company)
2. Contact Us Link: It should contain a form with at least three values such
as Name, Email id, City, and message, along with a submit button. (You
can add other fields like phone number, address etc)
3. Climate Link: It should contain a table containing details about the
climate in your city and create a table for the same. (Add at least 3
columns).
4. All the above-given links, should redirect to their respective HTML pages
when clicked.
5. The Home page(main page) should contain the heading (Name of your
city), its details, and Images of the city. (Images can be aligned by using
table tag and padding property).
6. The Home page should also contain an iframe element, which can be
linked to a page related to your city or can be linked to about us page.
7. Images Links : (You can use the website :
https://unsplash.com to get the image links, or download it from other
resources locally and add its path in the URL attribute of img element)

Sample output Image : (Homepage)


Sample output Image : (About Us page)

Sample output Image : (Contact US page)

Full Stack Development Specialization Training


Page no. 2 of 3
Module 1- Assignment Problem Statement
Sample output Image : (Climate page)

You might also like