Closed zzzzBov closed 7 years ago
<!DOCTYPE html> isn't valid HTML5 courtesy of https://html5.validator.nu/
<!DOCTYPE html>
At a minimum, the title element is required, and it must have a value:
title
<!DOCTYPE html><title>_</title>
is the smallest valid HTML5 document that I'm aware of.
See https://mathiasbynens.be/notes/minimal-html#5 as mentioned in the README.
<!DOCTYPE html>
isn't valid HTML5 courtesy of https://html5.validator.nu/At a minimum, the
title
element is required, and it must have a value:is the smallest valid HTML5 document that I'm aware of.