Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
genewitch
5mo ago
0 comments
Save
Share
you don't even need `<!doctype html>`. I'm sure it's easy to look up when that was added/recommended, but i've never used it when i do a 94 html page/site like this. html head title /title /head body /body /html 'sit
0 comments
2 comments · 2 top-level
top
newest
oldest
qznc
5mo ago
Minimal valid HTML5:
<!doctype html> <title>Hello</title> <h1>Hello World</h1>
neilv
5mo ago
That particular doctype is HTML5. I was making a too-subtle joke about slapping it on '94 HTML.
j
/
k
navigate · click thread line to collapse