Multiple choice html

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

  1. Tags

  2. Codas

  3. Slashes

  4. Properties

  5. Code

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

HTML tags are the codes enclosed in angle brackets that control how document content appears and is structured. Examples include ,

,

. 'Codas', 'Slashes', and 'Properties' are not HTML terminology. While tags can have properties (attributes), the tags themselves are the controlling codes.