Faroese ISO code for HTML Lang
ISO 639-1 code for Faroese is fo
.
<html lang="fo">
You can use it in the lang
attribute inside the <html>
tag on your website to declare its language. This may be important for search engines and User Experience.
Example HTML Skeleton for Faroese (fo):
<!doctype html>
<html lang="fo">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>My website</title>
</head>
<body>
<h1>Hello!</h1>
</body>
</html>