Explore topic-wise MCQs in Html.

This section includes 15 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.

1.

Which element represents a ruby annotation?

A. <rt>
B. <rtc>
C. <ruby>
D. <rp>
Answer» D. <rp>
2.

Which of the following element is known as ruby fallback parenthesis?

A. <rt>
B. <rp>
C. <rtc>
D. <q>
Answer» C. <rtc>
3.

Which element prevents the text from automatically wrapping across multiple lines?

A. <em>
B. <kbd>
C. <mark>
D. <nobr>
Answer» E.
4.

Which of the following is keyboard input element?

A. <mark>
B. <kbd>
C. <dfn>
D. <em>
Answer» C. <dfn>
5.

Which element denotes that the text is a short fragment of computer code?

A. <code>
B. <data>
C. <cite>
D. <dfn>
Answer» B. <data>
6.

Which element is used for bringing attention?

A. <cite>
B. <br>
C. <b>
D. <code>
Answer» D. <code>
7.

Which element is called bidirectional isolation?

A. <bdi>
B. <bdo>
C. <br>
D. <b>
Answer» B. <bdo>
8.

Which element represents preformatted text?

A. <main>
B. <dir>
C. <dd>
D. <pre>
Answer» E.
9.

Which of the following specifies relationship between current document and external resource?

A. <meta>
B. <style>
C. <link>
D. <title>
Answer» D. <title>
10.

Which element defines additional details?

A. <details>
B. <summary>
C. <main>
D. <aside>
Answer» B. <summary>
11.

Which of the following specifies the main content of the document?

A. <time>
B. <main>
C. <details>
D. <section>
Answer» C. <details>
12.

Which of the following defines a visible heading for
element?

A. <summary>
B. <section>
C. <mark>
D. <main>
Answer» B. <section>
13.

Which element works as a sidebar?

A. header
B. footer
C. nav
D. aside
Answer» E.
14.

Footer element can’t contain ____________ information.

A. contact information
B. copyright information
C. the author of the document
D. blog post
Answer» E.
15.

Which of the following is not a semantic element?

A. <form>
B. <article>
C. <table>
D. <span>
Answer» E.