You are on page 1of 1

Q1. Differentiate between <ul> and <ol> tags.

PERIODIC ASSESSMENT - 2 Q2.What are tables and how they are created in HTML 5.0?
2023-24 Q3. What is the importance of associating alternate text with an image?
CLASS: 8 SUBJECT: Computer Q4. Explain how frames are useful.
TIME: 1:15 hrs. M.M. 30
Skill: Application [6]
 Read the instructions carefully. Q1. Write the (CSS) property names.
 Attempt all the questions. a. Write the HTML code to insert an audio and a video in webpage.
 Do not create any kind of disturbance for others.
b. Find the error in the given HTML code.
Skill: Knowledge [12]
Q1. Choose the correct answer. (4) Here is code for ORDER LIST, find out the error in the
i. Unordered list is also known as _______list. given code.
a. Bulleted
b. Numbered <html>
c. Multilevel <head>
ii. By Default, ordered list start with_____ <title>order list</title>
a. A <style type= “text/css>
b. 1
body {background-repeat:no-repeat;background-
c. A
iii. Which of the following specifies the colour of a link when it is clicked? image:url(flower);color:blue;font-size:20px}
a. Visited h1{colour:red}
b. Hover </style>
c. Active </head>
iv. .webm is one of the supported file formets for ______file. <body>
a. Audio <h1> Groceries:
b. Video
</h1>
c. Frame
<ol>
Q2. Fill in the blanks. (4) <li> Tea
i. A ______ is the most effective way of presenting information in a <li> sugar
precise manner. <li> salt
ii. A _______ list is used to present a list of definitions for terms. <li> coriander
iii. ________ is linking various web pages together. </ol>
iv. Groove is one of the possible values for the CSS property______.
<body>
Q3. Write short note of following terms. (4) </html>
i. List-style-image
ii. Empty-cells
Skill: Skill [12]

You might also like