HTML5 Validating with Nu Html Checker -


i validating html5 page , returning these 2 warnings: info: content-type text/html. using html parser. info: using schema html svg 1.1, mathml 3.0, rdfa 1.1, , 2.0 support.

i'm not sure if problem meta tag.

this code:

<!doctype html> <html lang="en"> <head>     <meta charset="utf-8">     <title> home page</title>     <link type="text/css" rel="stylesheet" href="css/style.css" /> </head> 

thanks in advance, ca

those not warnings. informational notes.

your document fine.


Comments