<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 Language Code
HTML Language Code can be used to declare the language of a webpage. This will help search engines and browsers sort and display webpages.
For Example:
<html lang="en"> // Language: English //