How is the blockquote element commonly displayed in browsers by default?

  • Centered 
  • In italics 
  • Underlined 
  • With indentations on both sides 
The blockquote element is typically displayed with indentations on both the left and right margins by most browsers. This visual distinction serves to set the block quote apart from the surrounding content, signifying that the text inside is a quotation. 

In a documentation webpage, users should be able to click on the items in the Table of Contents, leading them to the respective section smoothly. How can you accomplish this?

The ______ property can be used to retrieve the index of the selected option using JavaScript.

  • selectedIndex 
  • chosenIndex 
  • optionIndex 
  • activeChoice 
In JavaScript, the selectedIndex property of a