HTML5 Assignment
HTML5 Assignment
Aptech Ltd
Assignments
Version 1.0
Page 1 of 21
Assignments
Table of Contents
S#
Session
Page No.
1.
2.
Introduction to HTML5
3.
4.
5.
Introduction to CSS3
6.
7.
8.
10
9.
Creating Tables
11
10.
HTML Forms
12
11.
13
12.
Introduction to JavaScript
14
13.
15
14.
16
15.
17
16.
18
17.
19
18.
20
19.
21
Aptech Ltd
Version 1.0
Page 2 of 21
Assignments
Aptech Ltd
Version 1.0
Page 3 of 21
Assignments
Introduction to HTML5
Assignment Question
Cyrotri Corp is a multinational conglomerate that manufactures consumer electronics
and equipments. The organization has planned to create a new Web site using HTML5 to
market and sell their products online.
You are appointed as the lead Web developer at Cyrotri Corp. You need to perform the
following tasks:
1. Prepare a design template for the new Web site.
2. Create an HTML file with Doctype and HTML tags.
3. Add the title to the HTML file as Cyrotri Corp.
4. Provide keywords for the Web site and add them in the meta tag.
5. Provide a small introduction about the organization and their products and add the
same in the body tag.
Aptech Ltd
Version 1.0
Page 4 of 21
Assignments
Aptech Ltd
Version 1.0
Page 5 of 21
Assignments
Aptech Ltd
Version 1.0
Page 6 of 21
Assignments
Introduction to CSS3
Assignment Question
Quest Gamer is a gaming company headquartered at New York, USA. The company
wants to increase the number of online hits for their Website and sales of their product
by extending it to maximum number of clients around the globe. The management of the
company realized that this can be accomplished by creating a user friendly and attractive
Web site for the company. The Web site should display all the details of their products
and should also display information about the company.
The management decided to entrust this responsibility of creating an attractive Web site
for the company to you and has given instruction to make the site as pleasing as
possible by applying different styles to the contents displayed in the Web site. The
following functionalities are to be performed:
1. Prepare a layout for the new Web site.
2. Create an HTML file with appropriate class selectors.
3. Create an external style sheet for defining all the styles that will be applied to the
contents present on the Web page.
Aptech Ltd
Version 1.0
Page 7 of 21
Assignments
Aptech Ltd
Version 1.0
Page 8 of 21
Assignments
Aptech Ltd
Version 1.0
Page 9 of 21
Assignments
Aptech Ltd
Version 1.0
Page 10 of 21
Assignments
Creating Tables
Assignment Question
Max Designers is an advertising agency offering a number of services such as
designing of logos, promotions, and branding. They want to develop their company Web
site home page and also want to add all the details about the company with additional
graphics, text, animations, and arrange the content in an organized manner.
You are appointed as the team lead of the Max Designers. You need to perform the
following tasks:
1. Prepare a design template for the new Web site.
2. Create an HTML file using table elements.
3. Create three tables to display the progress in terms of revenues earned over the last
five years using the services provided by them such as designing of logos,
promotions, and branding over the years with header, footer, and caption elements.
4. Create a page layout using navigation element to display the different samples of
logo designs.
Aptech Ltd
Version 1.0
Page 11 of 21
Assignments
HTML Forms
Assignment Question
Veronica Creators has their online Music Web site that contains the details of different
types of music such as rap, classical, western, and many more. They also want to add a
registration form for the customers to do online bookings. Veronica Creators decided to
create a registration form with validations.
As the team lead of the Design Team at Veronica Creators, you have to perform the
following tasks:
1. Create a registration form to accept the customer details.
2. Create validations for the important fields such as name, phone number, and e-mail
address.
3. Create payment details for the user and the discount offered.
4. Create login details such as username, password, and confirm password fields.
Aptech Ltd
Version 1.0
Page 12 of 21
Assignments
Aptech Ltd
Version 1.0
Page 13 of 21
Assignments
Introduction to JavaScript
Assignment Question
Zent Developers is a reputed software company located at Washington, USA. The
company has received an order for creating mobile application for online shopping Web
site. The Web site should be created in such a manner that it is accessible by all mobile
devices so that the customer can order the products online. The CEO of the company has
decided to create the application using jQuery with HTML5.
Assuming that you are one of the developer at Zent Developers, you need to perform
the following tasks:
1. Create the Web site using HTML5.
2. Execute the Web site in the Opera Mobile Emulator to see that all the features of the
online shopping Web site are working fine.
Aptech Ltd
Version 1.0
Page 14 of 21
Assignments
Aptech Ltd
Version 1.0
Page 15 of 21
Assignments
Aptech Ltd
Version 1.0
Page 16 of 21
Assignments
Aptech Ltd
Version 1.0
Page 17 of 21
Assignments
2. Create an external style sheet whose styles will be applied to the index.html page.
3. Apart from a common style sheet, create different style sheets that are loaded
depending on the screen size. This means, smaller screens with less than 480 pixels
will be applied with one set of styles. Screens between 480 pixels and 1024 pixels
will be loaded with another set of styles. Screens larger than 1024 pixels will be
applied with another set of styles. Use media queries to achieve this.
4. The background and text color should change depending on the orientation of the
Web page, such as portrait or landscape.
5. If any cosmetic product is selected by the customer, then an order form is displayed,
which will allow him/her to place the order.
Aptech Ltd
Version 1.0
Page 18 of 21
Assignments
Aptech Ltd
Version 1.0
Page 19 of 21
Assignments
2. Create a count variable which will keep count of the number of times the game is
clicked by the user. Based on the value of the count, if it is more than 10, a prize
message should be displayed to the user.
3. Create a players scores link for each game, which displays the details of the players
with their scores, while playing the game.
Aptech Ltd
Version 1.0
Page 20 of 21
Assignments
WizPro Inc. is a prominent firm based at Romania, Central Europe. The firm
is providing IT enabled services across Europe. Foodyland is a hotel having its
base in Brasov, Romania with its branches spread across the World.
Foodyland has given the contract to WizPro Inc. for developing a Web site
that will provide information about the hotel, its facilities, and tariff rates. The
site will include links for booking room in the hotel and also accepting reviews
from users.
Assume that you are one of the developers and have to perform the following
tasks:
1. Provide the different locations of Foodyland on the map. The user can get
the details of the hotel location by clicking the marks present on the map.
2. Provide a facility for the customers to post their reviews. The customers can
drag the photos and drop them on the Web site while providing their reviews.
Aptech Ltd
Version 1.0
Page 21 of 21