Web Technology 2019-Objective
Group A
AI is thinking...
Attempt all the questions. 10x1 = 10
AI is thinking...
1.
i) Which of the following provide additional information about HTML elements?
a) Headings b) Paragraphs c) Attributes d) Styles
AI is thinking...
1.
ii) Which of the following is NOT an inline element?
a) <img> b) <span> c) <input> d) None of the above
AI is thinking...
1.
iii) How can you make an e-mail link?
a) <a href="mailto:xxx@yyy”>
b) <mail href="xxx@yyy ">
c) <mail>xxx@yyy </mail>
d) <a href="xxx@yyy ">
AI is thinking...
1.
iv) For XML document to be valid?
a) Document need to be well formed also
b) Document need not to be well formed
c) Document need to be well formed & valid
d) Document validity has no relationship with well formedness
AI is thinking...
1.
v) W3C is stands for
a) World Wide Web Center
b) World Wide Web Company
c) World Wide Web Consortium
d) World Wide Web Certificate
AI is thinking...
1.
vi) XSL is,
a) AN XML based language to create style sheets
b) Extensible solution language
c) A language which is not used in XML
d) Extended stylesheet language
AI is thinking...
1.
vii) CSS uses dot (.) for,
a) Element selector b) Class selector c) ID selector d) Attribute selector
AI is thinking...
1.
viii) Namespace in XML is used to,
a) Distinguishes one XML vocabulary from another
b) Provides the spaces into name
c) Querying language
d) Make duplicate of XML validation
AI is thinking...
1.
ix) A cookie is often used to identify a
a) User b) Browser c) Web page d) Client
AI is thinking...
1.
x) Server side scripts is
a) Visible to the end user
b) Invisible to the end user
c) Defined to user
d) None
AI is thinking...