Answers for "what the purpose of lang attribute in html"

4

html lang

<!DOCTYPE html>

<html lang="en"> <!-- sets language to english -->
  
<!-- <head>, <body>, etc. contents-->

</html>
Posted by: Guest on July-17-2020

Code answers related to "what the purpose of lang attribute in html"

Browse Popular Code Answers by Language