Does NextJS handle basic html best practices?
Unanswered
Shayokh posted this in #help-forum
ShayokhOP
I was recently learning about the W3C standards where I came to know about best practices like adding
lang = "en"
to html tag, charset = "UTF-8"
meta tag etc. I was wondering if NextJS, by default, handle these or do I have to manually add these to the layout.tsx
?2 Replies
American black bear
open inspect element on the page, those 2 were there for me by default using nextjs