Page 219 - Webapplication11_C11_Flipbook
P. 219
5. ................................ tag is used to embed music files in a web page.
i. audio ii. music
iii. sound iv. src
6. Which of the following attributes is not used with the <img> tag?
i. SRC ii. FRAME
iii. HEIGHT iv. BORDER
7. It is a highlighted text or image, which when clicked takes to another web page.
i. Anchor ii. Tag
iii. Hyperlink iv. Table
8. Which of the following is not a form element in HTML?
i. <SELECT> ii. <INPUT>
iii. <TEXTAREA> iv. <IMG>
9. Which of these attributes is used in internal linking?
i. NAME ii. HREF
iii. Both i. and ii. iv. None of these
10. Which of these attributes is used to specify the height of the frame on the web page?
i. HEIGHT ii. WIDTH
iii. Both i. and ii. iv. RESIZE
11. Dynamic Websites are used over Static Websites. [CBSE Sample Paper, 2022]
A. Updates can be done very easily in Dynamic websites by easy interactions with databases.
B. Dynamic website is faster than Static website and content gets loaded faster. Choose the correct justification to the
statement given above:
i. Only (A) ii. Only (B)
iii. Both (A) & (B) iv. Neither (A) nor (B)
12. Your school has asked you to design a feedback form for your school’s website. The following pseudocode is written:
<html>
<head><title> My page </title></Head><body>
<H1><U><A name="#Top"> FEEDBACK FORM</A></u></h1> ….Statement 1
.
.
</body>
</html>
Referring to the code given above answer the question:
In order to change the size of heading in Statement 1 which statement will be used.
Choose as per the correct justification.
i. <h2> … </h2> for bigger size ii. <h6>..... </h6> for smaller size
iii. <h6>..... </h6> for bigger size iv. <h2> … </h2> for smaller size
13. <html> [CBSE Sample Paper, 2022]
.
.
. <Form method=Post action= "mailto:contact_admin@gmail.com"> Name </b><Input
type=Textname="st_name"><br> ….Statement 2
.
.
.
</html>
Website Building Using HTML and CSS 217

