question 1 2 pts when you write html code, you use ____ to describe the structure of information (content)…

question 1 2 pts when you write html code, you use ____ to describe the structure of information (content) on a webpage. tags links styles a web address

question 1 2 pts when you write html code, you use ____ to describe the structure of information (content) on a webpage. tags links styles a web address

Answer

Brief Explanations:

In HTML, tags are used to define the structure and content of a webpage. For example, <body> tag contains the visible content, <h1> - <h6> tags are for headings etc. Links are for navigation between pages, styles are for presentation (using CSS), and a web - address is the URL of the page.

Answer:

A. tags