asked 65.8k views
4 votes
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

2 Answers

3 votes

Answer:

A. the document is used to format data

Step-by-step explanation:

answered
User Masterwok
by
7.7k points
6 votes

the answer is C

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

answered
User Tresa
by
8.5k points