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 technology web technology
  1. <script>

  2. <strike>

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

The question asks for tags defining 'scripted text', which is a common typographical typo in older HTML quizzes referring to 'subscript' (<sub>) and 'superscript' (<sup>) tags. The `tag defines client-side scripts, and<strike>` defines strikethrough text.

Multiple choice technology web technology
  1. Defines a caption for a fieldset element

  2. Defines a label for an input element

  3. Defines an input control

  4. Defines a searchable index related to a document

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

The tag specifically provides a caption or title for a element, grouping related form controls. is for individual inputs, creates controls, and no tag defines a searchable index by default.

Multiple choice technology web technology
  1. Structure

  2. Metadata

  3. Article

  4. XML document

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

Metadata is data about data - it describes properties of content without being the content itself. Examples include author, creation date, file size, content type, etc. Structure refers to organization format, Article is content type, and XML document is a file format.

Multiple choice technology
  1. a. Rule-HTML-Harness

  2. b. Rule-Harness-HTML

  3. c. Rule-Obj-HTML

  4. d. Rule-HTML

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

In Pega PRPC, harness rules are formally named Rule-HTML-Harness. Harnesses define the UI layout and structure for work object forms and other screens. The naming convention follows the pattern Rule-HTML-Harness where HTML indicates it's a markup-based rule and Harness specifies its purpose.

Multiple choice technology
  1. True

  2. False

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

AR System macros are designed for the Windows/Java thick client only and cannot execute in the web client environment. The web client lacks the macro execution engine that the thick client provides.

Multiple choice technology programming languages
  1. True

  2. False

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

XML does not replace HTML. XML is designed to describe and carry structured data, focusing on what the data is, whereas HTML is designed to format and display documents, focusing on how information looks. They are complementary technologies with entirely different purposes and applications.