Page 204 - Web Applications (803) Class 11
P. 204
Which of the following statements in place of Statement 2 will give you the correct output without generating any
error?
i. <Form method=Post action= "mailto:contact_admin@gmail.com"><b> Name </b><Input type=Textname="st_
name"><br>
ii. <Form method=Post action= "mailto:contact_admin@gmail.com"> Name </b> <b><Input type=Textname="st_
name"><br>
iii. <Form method=Post action= mailto:contact_admin@gmail.com > Name </b><Input type=Textname="st_
name"><br>
iv. There is no error in Statement 2
14. Your school want check boxes to be included to choose between the streams: Science, Commerce and Arts for filling
feedback form. Which of the following code will help you get the desired output? [CBSE Sample Paper, 2022]
i <Input type=CHECKBOX value= “Science"> <Input type=CHECKBOX value="Commerce"> <Input type=CHECKBOX
value="Arts">
ii. <Input type=CHECKBOX value="Science"> Science <Input type=CHECKBOX value="Commerce"> Commerce <Input
type=CHECKBOX value="Arts"> Arts
iii. <Input type=CHECKBOX value> Science <Input type=CHECKBOX value> Commerce <Input type=CHECKBOX value>
Arts
iv. None of the above
15. Which code should be written to insert a comment line? [CBSE Sample Paper, 2022]
i. <!-- --> ii. <--! --!>
iii. <!-- --!> iv. <!-- !>
16. Referring to the code given below: [CBSE Sample Paper, 2022]
<A href=’#Top’> Top </A>
Which type of linking does it exhibit?
i. Internal Linking ii. External Linking
iii. Web Link iv. None of the above
17. <!DOCTYPE html> [CBSE Sample Paper, 2022]
<html>
<head>
<style>
body {background-color: powderblue;}
h1 {color: blue;}
p {color: red;}
</style>
</head>
<body>
<h1>This is a heading</h1> <p>This is a paragraph.</p>
</body>
</html>
To convert the above code to an external style sheet what changes are required?
i. add a link to it in the <head> section of each HTML page
ii. add a link to it in the <title> section of each HTML page
iii. add a link to it in the <body> section of each HTML page
iv. None of the above
202 Touchpad Web Applications-XI

