BigHugger
sk Skill · thedaviddias

doctype

Use when applies to all HTML documents. Always check the very first line of the raw HTML source (view-source: or DevTools > Network > Response). In SSR frameworks, check the root HTML template (e.g., _document.tsx in Next.js, index.html in Vite/Vue, application.html.erb in Rails). The doctype is not a tag — it is a declaration and does not need a closing tag.

installs 8w
0
30-day movement
starts with the next reading
Related entries
1
Connections
0
MDXhtml
Host repository
thedaviddias/Front-End-Checklist
Category
html
Host stars
74k
Host language
MDX