Before we get into the history of HTML, it’s important to note what HTML is. What is html?The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.And why hypertext? Because it is not just about a sequential text, but about all the possible links that we can integrate in it, from other designed pages to complex tables, videos or games, among others. The origins of HTML In the early 1990s, physicist Tim Berners Lee, a researcher at the European Organization for Nuclear Research (CERN), published anRead More →

JavaScript is everywhere, and for the seventh year in a row, in 2019 it has been ranked the most commonly used programming language. Created out of necessity, it is used to build 95.2% (1.52 billion) of websites today, including some of the world’s largest, like Facebook and YouTube. Without it, we would not have popular and useful web apps such as Google Maps and eBay. But…what’s the importance of Javascrpit? JavaScript is a scripting language that is one of the three core languages used to develop websites. Whereas HTML and CSS give a website structure and style, JavaScript lets you add functionality and behaviors toRead More →