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. line breaking

  2. changing the colour of font

  3. give the title of web page

  4. X.25

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

The
tag stands for Break and is used in HTML to force a single line break in the text.

Multiple choice
  1. a web page written using SGML

  2. a web page written using PERL

  3. a web page written using LATEX

  4. a web page written using JAVA

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

An applet is a small application, typically written in Java, that runs within the context of a web browser.

Multiple choice
  1. JAVA

  2. HTML

  3. Servlets

  4. Internet Explorer

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

JAVA, HTML, and Servlets are technologies or languages used for web development. Internet Explorer is a web browser, making it the odd one out.

Multiple choice
  1. Hyper Transfer Microsoft Language

  2. High Transfer Markup Language

  3. HyperText Markup Language

  4. HyperText Microsoft Language

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

HTML is the standard markup language used to create web pages. It stands for HyperText Markup Language.

Multiple choice
  1. Hypertext markup language

  2. High-speed text manipulation language

  3. Hypertext machine language

  4. Hypertext transmission and manipulation language

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

HTML stands for Hypertext Markup Language, which is the standard language for creating web pages.

Multiple choice
  1. In a property-linked CSS file

  2. In the head of the document

  3. As a 'style' attribute in the target HTML element

  4. In a HTMLcomment before the target HTML element

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

CSS can be applied via external files, internal blocks in the head, or inline 'style' attributes. HTML comments are ignored by browsers and cannot contain functional CSS.

Multiple choice
  1. Hyper test Makeup Language

  2. Hyper text Makeup Language

  3. Hyper test Markup Language

  4. Hyper text Markup Language

  5. None of these

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

HTML stands for HyperText Markup Language, the standard markup language for documents designed to be displayed in a web browser.

Multiple choice
  1. <table> & </table>

  2. <form> & </form>

  3. <td> & </td>

  4. <frame> & </frame>

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

The tag is the container element used to define a table in HTML, and it must be closed with .

Multiple choice
  1. <table>

  2. <tr>

  3. <th>

  4. <td>

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

The tag stands for 'table header' and is used to define header cells in a table, which are typically bold and centered by default.