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
  1. The sed editor is an UNIX editor.

  2. The * metacharacter stands for any single character.

  3. The xterm does not offer any specific menu option for copying or moving the text from one xterm window to another.

  4. All of the above are true

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

This is a false statement. * is a special character used by the system to indicate that it can match a number of filesnames. 

Multiple choice
  1. Hyper Text Mail Language

  2. Hyper Text Markup Language

  3. Holy Text Markup Language

  4. Hyper Text Markup Locator

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

HTML stands for Hyper Text Markup Language. It is the standard markup language for documents designed to be displayed in a web browser.

Multiple choice
  1. Huge Text Makeup Language

  2. High Terrain Makeup Language.

  3. Hyper Text Markup Language.

  4. High-code Terrain Makeup Language.

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

HTML stands for Hyper Text Markup Language. It is the standard markup language for documents designed to be displayed in a web browser.

Multiple choice
  1. datalist

  2. keygen

  3. output

  4. autocomplete

  5. autofocus

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

This element in HTML5 specifies a key-pair generator field in a form. The purpose of the element is to provide a secure way to authenticate users. When the form is submitted, two keys are generated, one private and one public. The private key is stored locally and the public key is sent to the server.

Multiple choice
  1. Insert Horizontal Line

  2. Bold effect

  3. Underline Text

  4. W3C

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

The HR tag stands for Horizontal Rule, which is used in HTML to insert a horizontal line across the page to separate content sections.

Multiple choice
  1. <TITLE>

  2. <BODY>

  3. <HEAD>

  4. <HTML>

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

An HTML document is defined by the opening tag, which acts as the root element for the entire page structure.