Multiple choice technology web technology

To get all the web parts on a page which of the following needs to be added at the end of the url

  1. #contents=0

  2. #contents=1

  3. ?contents=1

  4. ?contents=0

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

Adding ?contents=1 to a SharePoint page URL displays the page in a special diagnostic view that reveals all web parts. This mode shows web part zones, boundaries, and properties to help with debugging and page layout. The question mark (?) indicates it's a query string parameter, not a hash fragment (#) which points to page anchors.