Class 7 – Computer Practical (HTML &
MS Excel)
Time: 30
Minutes
Marks: 20
Part A: HTML (Moderate Level) – 10 Marks
Question 1 (10 Marks)
Using Notepad, create a webpage with
the following requirements:
Structure (Compulsory)
- Use <html>, <head>, <title>, <body>
- Title: Student Profile Page
Design the Webpage with the following
content:
- Add a main heading using <h1>
→ “My Profile” (Center aligned if taught) - Write a short introduction (3–4 lines) about
yourself:
- Use <b> for your name
- Use <i> for one sentence
- Add a horizontal line using <hr>
- Create a section: “My Subjects”
- Use <h2>
- Add a list of 4 subjects using <ul>
- Create another section: “My Hobbies”
- Use <h2>
- Add a numbered list using <ol>
- Use <br> where needed for spacing
- Change text color or background color (as
taught)
Final Step
- Save as: Class7_YourName.html
- Open in browser to verify output
OR
Part B: MS Excel – 10 Marks
Question 2 (10 Marks)
Open Microsoft Excel and create:
|
Student |
English |
Math |
Science |
|
Ali |
65 |
70 |
75 |
|
Sara |
88 |
92 |
90 |
|
Ahmed |
72 |
68 |
70 |
Tasks:
- Enter data correctly
- Add Total column → use SUM
- Add Average column → use AVERAGE
- Find:
- Highest marks using MAX
- Lowest marks using MIN
- Apply formatting:
- Bold headings
- Center align all data
- Save as: Class7_YourName.xlsx