Hi guys i got a quick question
I have to use the htmll tidy addon for firefox or the
http://validator.w3.org/ for my web site and i keep running into this error
Line 1, Column 15: Element head is missing a required instance of child element title.
<!doctype html>
Content model for element head:
If the document is an iframe srcdoc document or if title information is available from a higher-level protocol: Zero or more elements of metadata content, of which no more than one is a title element and no more than one is a base element.
Otherwise: One or more elements of metadata content, of which exactly one is a title element and no more than one is a base element.
this is my coding for my head
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Understanding the web</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
not sure why its giving me this error