Kizspy | Question: 58
(Choose 1 answer)
FJOVERFLOW.COM
What validation error will this code produce?
<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
<p> Validate me! </p>
</body>
</html>
A. Element head is missing a required instance of child element title.
B. End of file seen when expecting text or an end tag.
C. No error.