bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/HTML/Reference and Practice
HTML•Reference and Practice

HTML Language Code Reference

Concept visual

HTML Language Code Reference

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

ISO Language Codes

You should always include the lang attribute inside the <html> tag, to declare the language of the Web page. This is meant to assist search engines and browsers: <html lang="en">... </html> In XHTML, the language is declared inside the <html> tag as follows:

Formula

< html xmlns ="http://www.w3.org/1999/xhtml" lang ="en" xml:lang ="en">...

</html>

Formula

ISO 639 - 1 Language Codes
ISO 639 - 1 defines abbreviations for languages:

See also:

Reference for Country Codes.

Language

ISO Code

Abkhazian ab

Afar aa

Afrikaans af

Akan ak

Albanian sq

Amharic am

Arabic ar

Aragonese an

Armenian hy

Assamese as

Avaric av

Avestan ae

Aymara ay

Azerbaijani az

Bambara bm

Bashkir ba

Basque eu

Belarusian be

Bengali (Bangla) bn

Bihari bh

Bislama bi

Previous

You Have Learned HTML, Now What?

Next

HTML Accessibility