What is HTML? The Basics of Hypertext Markup Language|TechHunter

What is HTML? 

The History of HTML

How Does HTML Work?

Overviewing The Most Used HTML Tags

Block-Level Tags

Inline Tags

How are HTML, CSS, and JavaScript related?

While HTML is a powerful language, it isn’t enough to build a professional and fully responsive website. We can only use it to add text elements and create the structure of the content.

 (Cascading style sheets), and JavaScript. Together, they can achieve rich user experience and implement advanced functions.

  • CSS is responsible for stylings such as background, colors, layouts, spacing, and animations.
  • JavaScript lets you add dynamic functionality such as sliders, pop-ups, and photo galleries.

Think of HTML as a naked person, CSS as the clothing, and JavaScript as movements and manner.

So…What is HTML?

HTML is the main markup language of the web. It runs natively in every browser and is maintained by the World Wide Web Consortium.

You can use it to create the content structure of websites and web applications. It’s the lowest level of frontend technologies, that serves as the basis for styling you can add with CSS and functionality you can implement using JavaScript.

by-Sai Aditya meher




Comments