Thursday 1 December 2016

HTML 5

Problem Statement:

You are a Web developer at BuildYourWeb Inc. You
have been assigned the task of creating the home page
for ShowOnWheels. The home page should be based on
the following guidelines:
1- It should display the organization logo.
2- It should display some text describing about the  company in paragraphs.cities, where    ShowOnWheels is currently
 operating, in a list. This list should unfold when
 a user clicks the Currently Operating in text.

3- It should provide links to other pages, such as
    About Us, Contact Us, and Upcoming Movies.


4- It should display the images of latest movies.

5- It should display a video clip showing the latest
    offers.

6- It should link a style sheet.

7- It should display the contact number so that
    users can call to enquire about any upcoming movie.

Prerequisite: You need the ExternalStylesheet, images,

and video folders, which contain the style sheet, images,
and video clip required for performing this activity. In
addition, you need the aboutus.html, contactus.html,
and upcomingmovies.html files. Ask your faculty to
provide the same and save these files and folders at the
following location:
D:\HTML\ShowOnWheels

Solution:

To create the required Web page, you need to perform
the following tasks:
1.Create the home page.
2.Add heading and logo to the home page
3.Create the links.
4.Add images and a video clip.

5.Add paragraphs and a list of cities.

6.View the home page.
Task 1: Creating the Home Page
To create the home page, you need to perform the
following steps:
1. Open Notepad and type the following code in
it:

<HTML>
<HEAD><TITLE>Home Page</TITLE>
<LINK type="text/css" rel="stylesheet"  href="ExternalStylesheet\homestylesheet.css" />
</HEAD>
<BODY>
welcome to you...............
</BODY>
</HTML>

Then: Save the file with the name home.html at the
same location where you have saved other input files.

No comments:

Post a Comment