Document Type Declaration
<!DOCTYPE html>
vs <!doctype html>
Capital letter DOCTYPE declaration or small letter doctype declaration which one is authentic?
Character encoding meta tag
Same type of 3 character encoding meta tags
<meta charset="utf-8">
non-slash version<meta charset="utf-8"/>
slash version<meta charset="utf-8" />
a single white space followed by slash.
Which one is authentic?
,
, or
?](https://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br) – Martin Jul 06 '20 at 15:03