0
Cimb posted
Element title not allowed as child of element head in this context. (Suppressing further errors from this subtree.)
i am testing with W3C Validatorand i am getting this error :
Error: Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
From line 6, column 1; to line 6, column 7
>?<head>??<title>
Contexts in which element title may be used:
In a head element containing no other title elements.
Content model for element body:
Flow content.
and html part which sent validation is below :
<!DOCTYPE html>
??
<html >
<head>
<title>title is here ?</title>
<meta charset="UTF-8">
<!--