Web Technology - Unit Wise Questions
1.
i) Which of the following provide additional information about HTML elements?
a) Headings b) Paragraphs c) Attributes d) Styles
AI is thinking...
2. What is CSS? Discuss types of CSS with example.
AI is thinking...
3. What is XML? Differentiate XML schema with DTD.
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...
4. List common application of web server, Explain how session works.
AI is thinking...
5. Describe the tags and attributes for a form in HTML document?
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...
6. What is anonymous access? Discuss about Integrated windows authentication.
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...
7. Explain tire technology with examples?
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...
8. Write short note on following:
- Cookies.
- XML DOM
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...
9. Differentiate between tags and attributes? Write a HTML and CSS code design your curriculum vitae (CV) using different html elements like (table, image, formatting tags, links).
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...
10. Develop a simple web page that asks the users input (name, email, phone, gender) and store into database using server side script.
AI is thinking...
11. What are the rules for creating XML document? Write a XML code to store following
information about student.
- Each student has a name, address, phone and website element.
- Address might appears multiple times
- Address has attribute named “type” with value permanent and temporary
- Phone must be 10 digit.
AI is thinking...