HTML

HTML

Looking to get started? Watch this video and click here and create an account on freecodecamp.org. You can also use Khan Academy to learn as well.


What this language is used for:

HTML stands for HyperText Markup Language. Don’t let the complicated-sounding name fool you, though; HTML is one of the most accessible stepping stones into the world of programming.

Technically, HTML is a markup language, which means that it is responsible for formatting the appearance of information on a website. Essentially, HTML is used to describe web pages with ordinary text. It doesn’t have the same functionality as other programming languages in this list and is limited to creating and structuring text on a site. Sections, headings, links and paragraphs are all part of the HTML domain.

As of 2020, HTML shares its #2 spot on Stack Overflow’s list of the most commonly used languages in the world with CSS.