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.

Placeholder Image for Lab 3 Demonstration

Lab Task 3: Nested Lists and External Link

This section shows nested lists and a link to an external website.


📝 Report Requirements and Instructions

Experiment 3 requires the successful demonstration of:

  1. A fully functional HTML document structure.
  2. A simple table using the table, tr, and td tags.
  3. An image displayed using the img tag.
  4. A nested list (unordered within ordered, or vice versa).
  5. An external hyperlink.
Go Back