Multiple choice technology web technology

How will the following be displayed in a web page?<blockquote>This is a blockquote</blockquote>

  1. ‘This is a blockquote’ will be underlined

  2. ‘This is a blockquote’ will be italicized

  3. ‘This is a blockquote’ will be made bold

  4. ‘This is a blockquote’ will appear with white spaces before and after it.

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

The HTML blockquote tag is used to mark block quotations. By default, browsers render blockquoted text with vertical margins (white space) above and below the content, plus left indentation to visually separate it from surrounding text. The text itself is not underlined, italicized, or made bold by default; the distinctive feature is the spacing and indentation that creates visual separation.