Web technology
Assignment -1
Choose any two to design the following webpages :
1.Design a basic Matrimony website homepage using HTML that
contains:
A title and heading.
A short description of the site.
A hyperlink to a separate registration form page (register.html).
Also, design the registration form page (register.html) to collect user
details like name, gender, date of birth, religion, education, contact, and
profile photo.
2. Design a Job Portal Website
Homepage:
Title, logo, brief description, and a link to a registration form for job
seekers.
Registration Page:
Fields: Name, email, phone, qualification, skills, experience, resume
upload.
3. Design an Online Course Website
Homepage:
Show available courses and a link to a student registration form.
Registration Page:
Fields: Student name, email, course selection (dropdown), qualification,
contact, and photo.
4. Design a Travel Booking Website
Homepage:
Intro about tour packages and a link to the booking form.
Booking Page:
Fields: Name, destination, travel date, number of travelers, hotel type
(radio), and special requests.
5. Design a College Admission Website
Homepage:
College name, brief intro, and a link to the admission form.
Admission Form:
Fields: Student name, DOB, gender, course, 12th percentage, upload
photo and mark sheet.
6. Design a Blood Donation Website
Homepage:
Info about donation camps and a link to donor registration form.
Donor Registration Form:
Fields: Name, blood group, age, contact, last donation date, and
willingness to donate.
7. Design an Event Registration Website
Homepage:
Info about upcoming events with a link to the registration form.
Registration Page:
Fields: Name, event selection, team members (if any), contact number,
and email.
8. Design a Feedback Collection Website
Homepage:
Welcome message and a link to the feedback form.
Feedback Form:
Fields: Name, email, rating (1–5), feedback text area, and submit
button.
Design a timetable using HTML table. With concerned faculty with
different colour and subject with different colour .
What is HTML? Explain its structure with an example.
Differentiate between HTML and XHTML.
What are tags in HTML? Explain the types of HTML tags
with examples.
What is the purpose of the <head> and <body> tags in
HTML?
What are semantic tags in HTML5? Give any five examples.
Explain the use of <div> and <span> tags in HTML.
What are lists in HTML? Explain ordered, unordered, and
definition lists with examples.
What is the use of tables in HTML? Write HTML code to
create a table with 3 rows and 4 columns.
Explain the different types of form input elements in
HTML.
What are the attributes of the <form> tag? Explain with
syntax and example.
How are hyperlinks created in HTML? Explain absolute and
relative links.
What is the difference between inline elements and block-
level elements in HTML? Give examples.
What are HTML frames? Why are they not recommended in
modern web development?
Write short notes on:
a) HTML5
b) Meta Tags
c) HTML Entities
d) Character Encoding
Explain the difference between the <iframe> and
<embed> tags in HTML.
What is the purpose of the alt attribute in image tags?
Why is it important for accessibility?
How can you create a navigation bar using HTML only?
Explain with example.
What are HTML attributes? Explain global attributes like
id, class, title, style, etc.