Multiple choice technology web technology

_______are the HTML codes that control the apearance of the document contents

  1. Tags

  2. Code

  3. Slashes

  4. Properties

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

HTML tags are the fundamental codes that control how document content appears and is structured. Tags are enclosed in angle brackets and come in pairs (opening and closing) to define elements like headings, paragraphs, and formatting. Code is a broad term not specific to HTML, slashes are just part of tag syntax, and properties are attributes within tags, not the controlling mechanism themselves.