engineering-blog-samples
engineering-blog-samples copied to clipboard
lang attribute in HTML Tag.
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 , can I take it ?
Can I work on this?