WORKSHEET 17
Activity 1
Look at this expression.
We cannot allow thoughtless people to ruin our beautiful village'.
Do you agree with this statement of Shastri?
YES/NO
Grandmother: 'At last the mountain spoke loud enough for everyone to hear'.
What do you understand from this statement?
Answers
जोडशब्द YAY30Chandresh Lodha Memorial School
Total points
12/20
SA2 Examination 2020-2021
8th std Sub:- Computer
Date:- 28/04/2021
ime:- 11:15-12.00pm
otal Marks:- 20
Intructions:- * All questions are compulsary. * Each question carry 1 mark.
Roll Number:- *
37
Full Name:- *
Harshit raj sharma
Div:- *
A
B
C
D
1) How can you make a numbered list? *
1/1
<dl>
<ol>
<list>
<ul>
2) Choose the correct HTML tag to make a text italic *
1/1
<ii>
<italic>
<i>
<italics>
3) What is the correct HTML for adding a background color? *
1/1
<body color=”yellow”>
<body background=”yellow”>
<body bgcolor=”yellow”>
<background>yellow</background>
4) Choose the correct HTML tag for the smallest size heading? *
0/1
<heading>
<h1>
<h6>
<head>
5) HTML document start and end with which tag pairs? *
1/1
<WEB>….</WEB>
<BODY>….</BODY>
<HTML>….</HTML>
<HEAD>….</HEAD>
6) using <P> tag will *
1/1
start a new paragraph
break the line
end the current paragraph
none of the above
7) How to insert an image in HTML? *
1/1
<img src = "jtp.png">
<img link = "jtp.png">
<img href = "jtp.png">
<img url = "jtp.png">
8) Which element contains definition? *
1/1
<dd>
<dt>
<ul>
<dl>
9) Which attribute is used to give destination address in <a> tag of HTML? *
0/1
href
type
address
link
10) Which one of the following is a type of lists that HTML supports? *
0/1
Ordered lists.
Unordered lists.
Description lists.
All of the above
11) In image tag "alt" attribute specifies what ? *
0/1
Alternative text
Link of image
Alternative Image
None
12) Which tag can set the background color for your page? *
0/1
<font>
<title>
<head>
<body>
13) HTML tags are represented within *
1/1
{}
()
[]
<>
14) When making bulleted lists you have what options ? *
1/1
triangle, square, circle
disc, circle, square
square, disc, polygon
15) The <br>tag adds what to your webpage ? *
1/1
Long breaks
Line break
Little bubbles
16) Opening Tag of HTML Tag is called as __________. *
1/1
Forward Tag
Ending Tag
Closed Tag
Starting Tag
17) Which of the following pair of attribute is required for img tag ? *
0/1
src and alt
src and a
img and src
img and alt
18) HTML program is saved using extension *
1/1
.html
.htnl
.tml
.htm
19) What is the first character after a "<" in a closing tag? *
0/1
!
/
&
>
20) The body tag usually used after *
0/1
Title tag
FORM tag
HEAD tag
EM tag