D. Multiple Choice Questions:
tag is used to emphasize the text.
1.
The
b. <B>
a. <U>
C. <l>
2.
Amaya is a
b. Web editor
a. Text editor
C. Word editor
tag draws a horizontal line across the web page.
3.
b. <HR>
C. <LINE
a. <BR>
4.
Which among the following tags introduces a line break in an HTML document?
b. <HR>
C. <LB>
a. <BR>
5. Which of the following tag displays the text in italic?
b. <I>
C. <U>
a. <B>
Answers
Answer:
Explanation:
1. <i>
Explanation: The <em> tag is used to define emphasized text. The content inside is typically displayed in italic, So, <I>....</I> is correct. A screen reader will pronounce the words in <em> with an emphasis, using verbal stress.
2. b. Web editor
Explanation: Amaya is a Web editor, i.e. a tool used to create and update documents directly on the Web.
3. b.<HR>
Explanation: the <hr> tag defines a horizontal rule in earlier versions of HTML. In HTML5, it is added to semantic elements to represent a thematic break.
4. a.<BR>
Explanation: The HTML <br> element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.
5. b.<I>
Explanation: To make text italic in HTML, use the <i>… </i>