in the following code snippet what does <!DOCTYPE html 5.0> signify?
<!DOCTYPE html 5.0>
<html>
<head>
<style>p {color:red;}</style>
</head>

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 markup. ​

Respuesta :

Answer:

C

Explanation:

this clears that... html....we r using is of html 5.0 format...

so we have to use the format and syntax according to html 5.0

Answer:

C. the document is coded in HTML 5.0 format.

Explanation: