<!DOCTYPE html>
<html>
<head>
<title>lang attribute</title>
<style>
body {
text-align:center;
}
h1 {
color:green;
}
</style>
</head>
<body>
<h1>GeeksforGeeks</h1>
<h2>lang attribute</h2>
<p lang = "en">A computer science portal for geeks</p>
</body>
</html>
<p lang = "en">A computer science portal for geeks</p>
иметь больше одного кода языка в атрибуте lang?