(Choose 1 answer)
<!DOCTYPE html>
What validation error will this code produce?
<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.
Exit 22