<HTML> Reference
VORBLY CODE - CODE YOUR WEBSITE
HTML REFERENCE
HTML (or Hypertext Markup Language) is the standard coding language for designing webpages and web applications. Usually used together with Cascading Style Sheets (CSS) and JavaScript.
The HTML Reference serves as library to define various HTML elements such as tags, attributes, color codes, events and characters to help you build your website.
HTML Country Code
HTML Country Codes are used together with the the language code. The first two characters of a language code defines the language while the last two characters defines the country.
For Example:
<html lang="en-US"> // Language: English, Country: United States //