Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 1 2 pts when you write html code, you use ____ to describe the…

Question

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

Explanation:

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