Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 2: HTML Essentials: Elements and Lists!
Instruction
Coding the lang Attribute
The lang
attribute is a fundamental accessibility feature used to specify the primary language of your HTML document. By setting the lang
attribute in the <html>
tag, you help search engines and screen readers understand the language context, improving accessibility and SEO.
Example of Setting the lang Attribute
To set the language to English, you would include the lang
attrib...