Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

select one complete the sentence: blank are unique labels for html elem…

Question

select one
complete the sentence: blank are unique labels for html elements while blank are general labels for html elements
select the one choice that best answers the prompt above:
answer 1
types, ids
answer 2
ids, classes
answer 3
classes, types
answer 4
classes, ids

Explanation:

Brief Explanations

In HTML, an id is a unique identifier for an element, allowing it to be targeted specifically. Classes, on the other hand, are general - purpose labels that can be applied to multiple elements for styling or scripting purposes.

Answer:

B. ids, classes