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 general knowledge
  1. Asymmetric JavaScript and XML

  2. Asynchronous JavaScript and Extended ML

  3. Asynchronous Java and XML

  4. Asynchronous JavaScript and XML

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

AJAX stands for Asynchronous JavaScript and XML, a technique for creating interactive web applications.选项 A ('Asymmetric'),选项 B ('Extended ML' - incorrect), and选项 C ('Asynchronous Java' - should be JavaScript, not Java) are incorrect.

Multiple choice general knowledge science & technology
  1. Whitelist Markup Language

  2. Wireless Markup Language

  3. Wildcard Mashup Language

  4. Wizard Mashup Language

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

WML (Wireless Markup Language) is an XML-based markup language designed specifically for mobile devices with limited display capabilities and processing power. It was used in WAP (Wireless Application Protocol) enabled phones to browse simplified web content before modern smartphones and HTML5 became dominant.

Multiple choice general knowledge science & technology
  1. Author webpages

  2. Plot complicated graphs

  3. Translate one language into another

  4. Solve equations

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

HTML (HyperText Markup Language) is primarily used to create and structure web pages. It defines the content and layout of web documents. HTML is not used for plotting graphs, language translation, or solving equations - those require different tools.

Multiple choice general knowledge
  1. Title

  2. Form

  3. Header

  4. Body

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

In HTML, the TITLE tag must be placed within the HEAD section of the document, not in the BODY or FORM. The TITLE tag defines the browser tab title and is essential metadata. Form and Title are not valid container elements for TITLE.

Multiple choice general knowledge
  1. bold

  2. italic

  3. list

  4. indented

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

The EM tag in HTML indicates emphasized text, which browsers typically display in italic style. Unlike the I tag which is purely visual, EM carries semantic meaning of stress emphasis. STRONG would display as bold, not italic.