Computer Sample Question Paper 3
Computer Sample Question Paper 3
6 Apart from <b> tag, what other tag makes text bold?
a) <strong> b)<emp>
c)<fat> d)<black>
10. Which of the following options is INVALID attribute of HTML <img> tag?
a) src b)alt
c)width d)color
11. Assertion (A): Unordered lists are bulleted lists. [1|
Reason (R): <u><ub used to show unnumbered lists.
a) Both A and R are true and R is b)Both A and R are true but R is
the correct explanation ofA. not the correct explanation of
A
12. Assertion (A): The inline property specifies a line to be drawn around elements. [1|
The line is drawn outside the borders to make the element 'stand out' and to
enhance its impact.
Reasons (R): Different types of outline properties such as outline-style, outline
color, outline-width can be specified for an HTML tag.
a) Both A and R are true and R is b) Both A and R are true but R is
the correct explanation ofA. not the correct explanation of
A
Section B
13. What does a minus sign used with keywords in the search box mean? 21
14. What are the two main parts of an email address? 2|
OR
How would you ensure that the website on which you are keying in your personal
details is a secured one?
</style>
</HEAD>
<BODY
<p id="pl"> welcome to the class of CSS</p>
<p> CSS enhances the looks of a webpage</p>
<BODY
<HTML>
bmplew page
Section D
24. Write the HTML code to generate the following output of a table with content
exactly is the same format as shown in the table:
ADMNO SNAME NAME DOB Opening Balance
1110 MANJIT RANJIT 4-MAR-1988
OR
List and explain the different attributes of body tag?
Section E
25. Read the text carefully and answer the questions:
Embed Audio Element: The HTML <AUDIO> element is used to embed sound
content in documents. It may contain one or more audio sources, represented using
the SRC attribute. The <AUDIO> element defines an in-browser audio player. The
audio player can provide asingle piece of audio content. To specify the source file
of the audio content, use one or more <SOURCE> elements inside the <AUDIO>
element. All <SOURCE> files should contain the same audio content but in
different file formats. The browser will select the first file format that it is able to
play. If you are not going to provide multiple source file formats, you may indicate
the source file in the SRC attribute, instead of in a separate <SOURCE> element.
() Define audio tag.
(iv) If Sachin wants to send the same promotional mail to multiple customers, then what
should he do?