You are on page 1of 1

VELALAR COLLEGE OF ENGINEERING AND TECHNOLOGY

(Autonomous)
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
16CSO03 - WEB DESIGNING

Assignment I

1. Create a HTML code for your class time table from Monday to Friday having eight
periods.

2. Use HTML5 to create a document that contains the following text: “Internet and World
Wide Web How to Program: Fifth Edition Welcome to the world of Internet
programming. We have provided coverage for many Internet-related topics.” Use h1
for the title (the first line of text), p for text (the second and third lines of text). Insert a
horizontal rule between the h1 element and the p element.

3. Create an HTML5 document containing an ordered list of three items—ice cream, cool
drinks and cakes. Each ordered list should contain a nested, unordered list of your
favorite flavors. Provide three flavors in each unordered list.

4. Design a Static web page for online Job Registration Sign- up form using HTML5. (The Form
should contain Text box [name], Radio button [gender], Table [Qualification], Text area
[experience], List Items [Languages known], E-mail [email] Password field [password] and
Phone number.

5. Create an HTML5 document that contains links to five favorite shopping websites
(possibly Amazon, Flipkart, etc.). The page should contain the heading “My Favorite
Web Sites.” Click on each of these links to test the page.

6. Create a webpage to demonstrate an autocomplete input element with an associated data


list that contains the days of the week.

You might also like