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. This tool checks the cross site scripting vulnerability.

  2. This tool uses a java script syntax like code to check the vulnerability.

  3. It is used for authentication of the web applications.

  4. All of the above

  5. Both (1) and (2)

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

These are the correct statements about XSS with Burp-Repeater tool.

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.