MARKUP AND PROGRAMMING LANGUAGES

HTML is a markup language. It structures a page and establishes a hierarchy for the displayed content. It is not a programming language. Programming languages (i.e: Javascript, C++, Python, Java) can process data and make decisions. They can store data (such as text strings and integers), and then manipulate these values to perform calculations.

Markup and Programming languages are written in a code editor (i.e: Sublime TextBrackets)

– Anna Pinkas