Don’t Forget These Tags to Make HTML Work Like You Expect

https://blog.jim-nielsen.com/2025/dont-forget-these-html-tags/

2 points · 2 comments · view on lemmy.world

2 Comments

Zachariah@lemmy.world · 2 pts · 281d
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
stevestevesteve@lemmy.world · 1 pts · 281d

Really annoying he mentions viewport without giving any technical detail as to why. Similar with utf8 charset. Meh