What is <html lang = "en">? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is <html lang = "en">?

?? For example>> https://code.sololearn.com/W7IEyQ0fUhmv/?ref=app

13th Apr 2022, 10:45 AM
Chris
1 ответ
+ 1
Here <html></html> is a html tag that specifies that content within these will be html lang attribute in <html lang=“en”> is used to specify which language to use and en is for english. It is for search engines to index this page as an english web page
13th Apr 2022, 10:53 AM
Umar Farooq