Multiple choice

A/An _______ is a unit of markup language, which has special meaning or instruction for web page.

  1. tag

  2. element

  3. attribute

  4. command

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

A tag is the fundamental unit of markup language that provides instructions to browsers. For example, is a tag that makes text bold. Option A is correct. An element (B) typically includes both opening and closing tags plus content, while an attribute (C) provides additional information within a tag.