Multiple choice

Attributes are present

  1. only in the starting tag

  2. only in the ending tag

  3. both in starting and ending tag

  4. none of the above

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

In HTML, attributes are present only in the starting (opening) tag. For example, in , the 'href' attribute is in the opening tag. The closing tag () never contains attributes - it only contains the tag name preceded by a slash. This is consistent across all HTML elements.