Multiple choice

A/An __________ is a keyword separated by a space within the angle brackets in the starting tag.

  1. tag

  2. attribute

  3. element

  4. value

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

An attribute is a keyword that provides additional information about an element and is placed within the opening tag after the tag name, separated by a space. Option B is correct. Tags (A) are the main markup units, elements (C) include tags plus content, and values (D) are assigned to attributes.