HTML5 Language
Jakob Jenkov |
The language used in an HTML5 page is specified in the html
element using
the lang
attribute, like this:
<!DOCTYPE html> <html lang="en"> </html>
Click here, for a complete list of HTML language codes.
Next: HTML5 Character Encoding
Tweet | |
Jakob Jenkov |