You are on page 1of 2

1. Cloaking is a search engine optimization (SEO) technique.

During cloaking
(A) Content presented to search engine spider is different from that presented to user's browser

(B) Content present to search engine spider and browser is same

(C) Contents of user's requested website are changed

(D) None of the above

2. Which of the following HTML code will affect the vertical alignment of the table content?

A)(1)

B)(2)

C)(3)

D)(4)

3. What can you say about the following statements ? I. XML tags are case-insensitive. II. In JavaScript,
identifier names are case-sensitive. III.Cascading Style Sheets (CSS) cannot be used with XML. IV. All
well-formed XML documents must contain a document type definition.
A)only I and II are false.

B)only III and IV are false.

C)only I and III are false.

D)All are incorrect

4. Which of the following statements is not correct?


A)HTML is not screen precise formatting language.

B)HTML does not specify a logic.

C)DHTML is used for developing highly interactive web pages.

D)HTML is a programming language

Explanation:
 HTML is not screen precise formatting language.Correct We need other language to do screen
precise formatting.
 HTML does not specify a logic.Correct
 DHTML is used for developing highly interactive web pages.Correct
 Html is not a programming, it is hyper text markup language.
So, option (D) is correct.
5. Which of the following statements are true with reference to the way of describing XML data? (a)XML
uses DTD to describe the data (b)XML uses XSL to describe the data (c)XML uses a description node
to describe the data Codes:
A)(a) only

B)(b) only

C)(a) and (b)

D)(a) and (c)


6. __________ tag is an extension to HTML that can enclose any number of Javascript statements.
A)< SCRIPT >

B)< BODY >

C)< HEAD> >

D)< TITLE >

 < SCRIPT > tag is an extension to HTML that can enclose any number of Javascript statements.
 < BODY > contains all the content of HTML document
 <HEAD>contains meta data
 < TITLE > defines the title of document.So, option (A) is correct.

7. Cloaking is a search engine optimization (SEO) technique. During cloaking


A)Content presented to search engine spider is different from that presented to user's browser

B)Content present to search engine spider and browser is same

C)Contents of user's requested website are changed

D)None of the above

8. XPath is used to navigate through elements and attributes in


A)XSL document

B)XML document

C)XHTML document

D)XQuery document

You might also like