Page 200 - Web Applications (803) Class 11
P. 200
B. Fill in the blanks.
1. ................................ tag contains the main content of the webpage.
2. We can use the ................................ property in CSS to convert text into uppercase or lowercase.
3. A ................................ is a collection of frames in the browser window.
4. ................................ and ................................ ensure that you are directed to the correct location when you type in a
web URL.
5. Text can be made bold in CSS using the property .................................
6. All HTML elements with the same style definitions can be gathered by the ................................ selector.
7. A ................................ is required to publish your pages on the internet.
8. When a computer requests a URL, the ................................ converts the name into an IP address.
9. A ................................ does not keep any domain information and instead delegates its power to other servers.
10. ................................ CSS property sets the horizontal alignment of text.
Ans. 1. body 2. text-transform 3. frameset 4. DNS and name server 5. font-weight
6. Grouping 7. web server 8. DNS 9. root server 10. text-align
C. State whether these statements are true or false:
1. HTML elements that contain specified properties or attribute values can be styled.
2. <input type=submit> specifies a reset button in an HTML form.
3. ACTION specifies the URL that processes the form data upon loading.
4. The anchor tag in html is used to create an external link.
5. The code <link rel="stylesheet" href="style1.css"> is used for internal CSS.
6. The <p> tag has no attributes to align text.
7. The heading tag has six levels.
8. The background color of the web page can be defined only once.
9. The color of the text can be changed in a web page.
10. The <BR> tag is used to draw lines between paragraphs.
Ans. 1. True 2. False 3. False 4. True 5. False
6. False 7. True 8. False 9. True 10. False
Section B
(Subjective Type Questions)
A. Short answer type questions:
1. List the advantages that external style sheets have over internal and inline styles.
Ans. The advantages that external style sheets have over internal and inline styles are as follows:
i. You can construct classes of styles that can subsequently be used on many distinct HTML elements with a single
change to the style sheet.
ii. across several web pages with a similar look and feel
iii. As the CSS file is only downloaded once and applied to each relevant page as needed, load times are improved.
2. What are forms in HTML?
Ans. To capture user input, an HTML form is employed. The most common method of processing user input is to send it to a
server. Text fields, checkboxes, radio buttons, submit buttons, and other input components are all contained within the
<form> element.
198 Touchpad Web Applications-XI

