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. True

  2. False

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

This XML has two errors: (1) the opening tag doesn't match the closing tag (XML is case-sensitive), and (2) it's not a complete document - missing root element and XML declaration.

Multiple choice technology programming languages
  1. True

  2. False

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

ASP.NET web controls fully support CSS styling. Developers can apply CSS classes, inline styles, or use the control's style properties to customize appearance. Web controls render as standard HTML elements that can be styled using CSS like any other HTML element. This integration allows for consistent styling across web applications.

Multiple choice technology databases
  1. an XML file

  2. a Web Page

  3. an excel template

  4. a text file

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

The .xlt extension is used for Excel template files in Microsoft Excel. When you save a workbook as a template, Excel uses the .xlt extension (in older versions) or .xltx (in newer Excel 2007+ formats). Templates preserve formatting and structure for reuse.

Multiple choice technology web technology
  1. DHTML

  2. XML

  3. HTML

  4. CSS

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

SOAP uses XML as its message format. SOAP envelopes are XML documents that contain the message data. HTML and DHTML are for web pages, CSS is for styling, and none of these are the message format for SOAP.

Multiple choice technology web technology
  1. HyperText Markup Language

  2. HyperText Marked Language

  3. HyperTagged Markup Language

  4. HyperText Markup land

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

HTML stands for HyperText Markup Language. It is the standard markup language for creating web pages and web applications, defining the structure and layout of a document.