Roll no: FA22-BIT-036
Submitted to: Mam Fakhra
Submitted by: Muqadas Yaqoob
Course: Web development
Lab assignment
Q. A short documentation file describing your project, features, and technologies [Link] get
user feedback.
This is a simple HTML website with multiple forms allowing users to provide feedback, place
orders, subscribe to a newsletter, and upload files. It includes a navigation menu for easy access
to each section.
Features:
1. Customer Feedback: Collects user feedback with fields for name, email, and a feedback
message.
2. Order Placement: Allows users to select a product, specify quantity, and provide an
address to place an order.
3. Newsletter Subscription: Lets users subscribe to a newsletter with their name, email,
and a checkbox.
4. File Upload: Users can upload a file through a file input form.
Technologies:
• HTML: Structure and forms.
• CSS: External stylesheet for layout and design (assumed from [Link]).
• Responsive Design: Optimized for mobile and tablet with viewport meta tag.
• Form Validation: Required fields ensure necessary information is provided.
This is a simple and straightforward form-based website that facilitates user interaction with
the website by providing clear sections for feedback, orders, subscriptions, and file uploads. The
design relies on basic HTML5 structure, with form validation and user input fields in place for
each section.