engineering-blog-samples icon indicating copy to clipboard operation
engineering-blog-samples copied to clipboard

lang attribute in HTML Tag.

Open thelovekesh opened this issue 4 years ago • 2 comments

You should have a language attribute in all HTML pages.

<!DOCTYPE html>
<html lang="en">
.
.
.
</html>

According to the W3C Standards Always declare the default language for text in the page using attributes on the HTML tag. Read more here

thelovekesh avatar Oct 08 '20 14:10 thelovekesh

@thelovekesh , can I take it ?

Parimalisgreat avatar Oct 01 '21 14:10 Parimalisgreat

Can I work on this?

dhruv-solanki avatar Oct 24 '21 05:10 dhruv-solanki