Re: report bugs: w3c validator

Hi Daniel—

> But I'm learning how to make a web page and I don't know if the w3c validator is right.

if you’re just learning to write HTML then it’s more useful to assume
the validator to be right :)

> Element head is missing a required instance of child element title.

(The message reads quite unnecessarily complicated—is anyone
monitoring the list for this and could take note?)

Yes, the `title` element, as in `<title>Example</title>`, is missing.
It’s an element that belongs between the `<head>` and `</head>` tags
and that cannot be skipped.

Once you inserted a title the message should disappear.

Keep validating, it’s a good habit to acquire!

 Jens.

-- 
Jens Oliver Meiert
https://meiert.com/en/

Received on Monday, 11 January 2021 08:20:03 UTC