Nuosu ISO code for HTML Lang

ISO 639-1 code for Nuosu is ii.

<html lang="ii">

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 Nuosu (ii):

<!doctype html>
<html lang="ii">
  <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>