(Choose
1
What validation error will this code produce?
<!DOCTYPE html>
<html lang="en"><head></head>
answer)
<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.
Q: 28