HTML Lab Question Paper - Multi Domain Set
1. Travel Agency Website
1. Create an HTML homepage for a fictional travel agency named 'ExploreMore'. The page should
include a heading, a welcome paragraph, and a bulleted list of popular destinations.
2. Add internal navigation to link from the homepage to another page named '[Link]' which
lists tour packages in a table.
3. On '[Link]', insert a table with 3 columns: Destination, Duration, and Price. Add at least 3
rows of data.
4. Include a form on the homepage to collect user details: Name, Email, and Preferred Destination.
Use appropriate input types.
5. Add an image banner at the top of the homepage and provide alternative text.
6. Apply styling using inline CSS to set background color, font color, and text alignment.
2. Gaming Tournament Website
1. Create a homepage titled 'Ultimate Gaming Cup' with details about the tournament date and
venue.
2. Link to a second page '[Link]' from a 'Register Now' button.
3. On '[Link]', design a registration form with fields for Team Name, Player Names (5),
Contact Email.
4. Use tables to showcase previous year winners (Team Name, Score, Year).
5. Add 2 relevant images with proper alt text, one on each page.
6. Use different text formatting tags (bold, italic, underline) and different colors for headings.
3. Restaurant Website
1. Create a homepage for 'The Food Plaza' with a menu section listing at least 5 dishes using an
unordered list.
2. Link to '[Link]' where customers can book a table. Include fields: Name, Date, Time,
Number of Guests.
3. On the homepage, include an image gallery with 3 food pictures.
4. Design a table to display weekly special offers (Day, Dish, Discount).
5. Add inline and internal CSS to style the background and font properties.
6. Include contact information in the footer of each page.
4. Art Exhibition Website
1. Create an HTML homepage titled 'Canvas Chronicles' introducing the event.
2. Link to '[Link]' where details of participating artists are shown using a table (Name, Country,
Art Style).
3. Use a form on the homepage to allow RSVP with fields: Name, Email, Date of Attendance.
4. Add 2-3 art-related images with captions.
5. Use heading tags for section titles and format paragraphs with bold/italic styles.
6. Add a navigation bar using anchor tags to jump to sections like About, Artists, RSVP.