Answers for "</a> which laguage tag"

1

html lang en-us or en-US

<!DOCTYPE html>
<html lang="en-US">
  	<!-- Specifies the document lauguage
 	(United States English) -->
</html>
Posted by: Guest on August-08-2020
0

html with lang

<html lang="en">
  <body>
    <h1>Detects you are using english</h1>
  </body>
</html>
Posted by: Guest on September-22-2020

Browse Popular Code Answers by Language