Multiple choice technology web technology

The copyright for the RSS document could be:

  1. <copyright>2006 Refsnes Data as. All rights reserved.</copyright>

  2. <copyright>2006 Refsnes Data as. All rights reserved.

  3. <copyright>"2006 Refsnes Data as. All rights reserved."</copyright>

  4. None of these

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

RSS is an XML-based format, so elements must be properly opened and closed. The `` tag contains plain text without needing extra quotes around the value. Option 546804 correctly closes the tag, whereas 546805 lacks a closing tag and 546806 unnecessarily wraps the text in quotes.