0% found this document useful (0 votes)
4 views2 pages

Assigmnment - 1

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)
4 views2 pages

Assigmnment - 1

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
You are on page 1/ 2

SCS1311 Internet and Web Technologies

Assignment 1 - (1 Hour)
Instructions: Write the answers and test in a suitable word editor/ IDE. Upload the answers
to the VLE as a pdf file. All the answers should in one pdf file and it should be named with
your index number.

Task 1: Mark whether the following statements are true or false in the given
box.
1. HTML stands for HyperText Markup Language.
2. HTML attributes can only be written in lowercase.
3 The <title> element defines the title that appears on the web page.
4 The <br> tag is used to insert a line break in HTML.
5 In HTML, comments are added using <!- comment ->.
6 The <ul> tag is used to create an ordered list in HTML.
7 A domain name is a human-readable address used to identify a website
on the internet.
8 In client-server architecture, the client requests services, and the
server provides responses to those requests.
9 Lists can be nested in HTML.
10 Table colspan property merges rows .

Task 2: Create an image map


• Embed an HTML image map that highlights at least three popular tourist destinations.
• Include three clickable areas (circular, rectangular and polygonal) on the map, linking to
detailed descriptions of these destinations.
• Use the <map> and <area> tags.
Task 3: Contact Form
• Add a form for customers to inquire about travel packages.
• Include the following input fields:
o Name (text input)
o Email (email input)
o Phone Number (number input)
o Travel Destination (dropdown list with 3+ options)
o Preferred Travel Dates (date picker)
o Additional Comments (textarea)
o A "Subscribe to Newsletter" checkbox
• Add a submit button to the end of the form.

Task 4: Write the code to create the following table

You might also like