Experiment 3: Tables, Lists, Images, and Hyperlinks
Student Details
Name:Umer Farooq
Registration ID:FA22-BCE-048
Lab Task 1: Create a Basic Table
Demonstration of a basic table using only table data tags (no headers yet).
| Row 1, Column 1 (Item) | Row 1, Column 2 (Quantity) |
Row 1, Column 3 (Price) |
| Laptop | 1 | 90,000 |
| Keyboard | 2 | 5,000 |
Lab Task 2: Display an Image
The img tag is used to display a picture on the webpage.
Lab Task 3: Nested Lists and External Link
This section shows nested lists and a link to an external website.
- Web Technologies Topics
- HTML Basics (Lab 1)
- Document Structure (Lab 2)
- Tables and Images (Current Lab)
- Cascading Style Sheets (Next)
- Resources
📝 Report Requirements and Instructions
Experiment 3 requires the successful demonstration of:
- A fully functional HTML document structure.
- A simple table using the table, tr, and td tags.
- An image displayed using the img tag.
- A nested list (unordered within ordered, or vice versa).
- An external hyperlink.
Go Back