Multiple choice technology web technology

What tag is used to center text on a page?

  1. t mid

  2. middle

  3. mid

  4. center

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

The center tag is an HTML element used to horizontally center its content on the page. While modern web development uses CSS (text-align: center or flexbox) for this purpose, historically the tag was the standard way to align content to the middle. The other options (t mid, middle, mid) are not valid HTML tags for this purpose.