Computer Knowledge

Markup and Web Languages

1,492 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. Eempty

  2. Container

  3. Fill

  4. Standard

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

Container elements in HTML consist of a start tag and an end tag that enclose content, such as

and
. In contrast, empty elements like
or do not have a closing tag and do not contain other elements or text. This distinction is fundamental to understanding how HTML documents are structured.

Multiple choice
  1. It offers the ability to test the document by using a browser while it is being created.

  2. It is used to create the HTML document.

  3. It does not allow multiple documents to be opened at the same time.

  4. It allows automatic insertion of graphics in the document.

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

HTML assistants or editors often provide real-time previewing or testing capabilities using an integrated browser to see how the code renders.

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.