Asked by Christine Angora on Jul 05, 2024

verifed

Verified

A webpage is a document that contains codes, or _____, written in HTML to describe the content on the page.

A) styles
B) tags
C) attributes
D) variables

HTML

Hypertext Markup Language, the standard markup language used for creating web pages and applications.

Attributes

Characteristics or properties of an object, element, or file that define its state, behavior, and values.

Tags

Descriptive keywords or labels attached to digital information (like photos, blog posts, or videos) to facilitate searching and organization.

  • Learn the basic structure and coding of webpages using HTML.
verifed

Verified Answer

DB
Debby BabyiieJul 06, 2024
Final Answer :
B
Explanation :
HTML (Hypertext Markup Language) uses tags to describe the structure and content of a webpage. Styles, attributes, and variables are also used in web development, but specifically refer to CSS (Cascading Style Sheets) and programming languages like JavaScript.