Created by: Hurtak
Changed
<!doctype html>
to
<!DOCTYPE html>
According to the spec it should be uppercase (but parsing is case insensitive).
Spec link (see then 8.1.1 The DOCTYPE
chapter): https://www.w3.org/TR/html5/syntax.html#the-doctype
Created by: Hurtak
Changed
<!doctype html>
to
<!DOCTYPE html>
According to the spec it should be uppercase (but parsing is case insensitive).
Spec link (see then 8.1.1 The DOCTYPE
chapter): https://www.w3.org/TR/html5/syntax.html#the-doctype