Page 199 - Web Applications (803) Class 11
P. 199
Solved Exercise
Section A
(Objective Type Questions)
A. Choose the correct option.
1. Identify the correct HTML tag sequence for a webpage.
i. Head, Title, HTML, body ii. HTML, Body, Title, Head
iii. HTML, Head, Body, Title iv. HTML, Head, Title, Body
2. Which of the following tag will make the text bold in HTML?
i. <b> ii. em
iii. <tt> iv. <i>
3. Which of the following is the correct way of creating a hyperlink in HTML?
i. <a link = "www.cbse.nic.in" CBSE Website </a>
ii. <a url = " www.cbse.nic.in"> CBSE Website /a>
iii. <a href = "www. www.cbse.nic.in"> CBSE Website </a>
iv. <a> www.cbse.nic.in" <CBSE Website /a>
4. Which of the following HTML tag is used to define the internal stylesheet in CSS?
i. styles ii. <style>
iii. <link> iv. <script>
5. Which of the following property is used to underline the text on web page?
i. Text-transformation ii. Text-decoration
iii. Text-color iv. All of these
6. Identify the correct syntax in CSS to make each word of a sentence start with a capital letter.
i. text-weight : capital; ii. transform-style : capitalize;
iii. text-transform : capital; iv. text-transform : capitalize;
7. Which of the following HTML code depicts an image as a hyperlink?
i. <a href="https://www.google.com/">Google Search Page</a>
ii. <img src="logo.png"> <a href="https://www.sanfoundry.com/">Google Search
Page</a> </img>
iii. <a href="https://www.google.com/"><img src="logo.png"></a>
iv. <a href="https://www.sanfoundry.com/">Google Search Page</a> <img src="logo.
png"> </img>
8. To show deleted text, ................................ HTML tag is used.
i. <pre> ii. <del>
iii. <tt> iv. <em>
9. A name is mapped to a ................................ address using the Domain Name System.
i. static IP ii. static TCP
iii. dynamic IP iv. address record
10. Which type of CSS is used in the following code?
<p style = "border:4px solid blue;">
i. Internal CSS ii. External CSS
iii. Both (i) and (ii) iv. Inline CSS
Ans. 1. iv. 2. i. 3. iii. 4. ii. 5. ii. 6. iv. 7. iii.
8. ii. 9. i. 10. iv.
Website Development using HTML and CSS 197

