Level 1
3.2 Create documents that validate to published formal grammars.
Priority 2
3.2 Create documents that validate to published formal grammars.
doctype declaration.
doctype declaration missing.
doctype declaration.
doctype declaration to the document.
doctype declaration at the start of the document.doctype declaration.doctype declaration.doctype declaration to the document.<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>OAC Testfile - Check #29 - Negative</title> </head> <body> </body> </html>
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>OAC Testfile - Check #29 - Positive</title> </head> <body> </body> </html>