Computer Knowledge

Markup and Web Languages

1,701 Questions

Test your understanding of HTML tags, XML structures, and web page creation technologies. The questions cover elements like CSS styling, parsing documents, and defining web attributes. This section is essential for candidates appearing for computer proficiency tests in various competitive exams.

HTML tags and attributesXML document parsingCSS styling levelsWeb page creation basicsBrowser compatibility

Markup and Web Languages Questions

Multiple choice technology web technology
  1. eXtensible Style Listing

  2. eXtensible Stylesheet Language

  3. eXtra Style Language

  4. eXpandable Style Language

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

XSL stands for eXtensible Stylesheet Language. It's a family of languages used to transform and render XML documents. XSLT (XSL Transformations) and XSL-FO (XSL Formatting Objects) are parts of the XSL family. The other options are incorrect expansions.

Multiple choice technology web technology
  1. XSD is nothing but an XML with detailed specifications

  2. XSD is a XML Schema file

  3. XSD is derived from the XML

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

XSD (XML Schema Definition) is the standard XML Schema file format that defines the structure, elements, and attributes of valid XML documents. While derived from XML specifications, XSD is specifically the schema definition file itself.

Multiple choice technology web technology
  1. To view XSD

  2. To generate XML

  3. To Validate XML

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

XML Spy is a comprehensive XML development tool that supports viewing XSD schemas, generating XML instance documents from schemas, and validating XML against schemas. All listed functions are core capabilities of the tool.

Multiple choice technology web technology
  1. XSD is nothing but an XML with detailed specifications

  2. XSD is a XML Schema file

  3. XSD is derived from the XML

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

XSD (XML Schema Definition) is an XML Schema file that defines the structure, elements, and data types of XML documents. It's not just an XML with specifications (A), it's a schema standard, and it's not derived from XML - it defines XML.

Multiple choice technology web technology
  1. To view XSD

  2. To generate XML

  3. To Validate XML

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

XML Spy is an integrated development environment for XML that supports viewing XSD files, generating XML from schemas, and validating XML against schemas. All these functions are core features of the tool.

Multiple choice technology web technology
  1. Validating a form

  2. Sending a form's contents by email

  3. Storing the form's contents to a database file on the server

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SmartClient cannot directly store form contents to a database file on the server. It validates forms and can send data via HTTP, but server-side storage requires additional backend logic - SmartClient is client-side only.

Multiple choice technology programming languages
  1. different pages

  2. none of these

  3. files

  4. elements and attributes

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

XPath enables navigation through the hierarchical structure of XML elements and attributes. It uses path expressions to select nodes from an XML document, allowing precise targeting of specific elements or attributes within the tree structure.