Select the correct answer.

In the following code snippet, what does .0> signify?

.0>


A. The document is used to enter data.


B. The document is used to format data.


C. The document is coded in HTML 5.0 format.


D. The document contains metadata.


E. The document contains only semantic mark

Respuesta :

Answer:

A. the document is used to format data

Explanation:

the answer is C

<!DOCTYPE html> declaration states the HTML version used on the page.