Introduction to HTML

Introduction to HTML

Β·

3 min read

Have you ever wondered how websites that you use every day are made or even structured? ranging from the most basic websites to big and complex websites that are beautifully created Every website comprises HTML(Hypertext Markup Language).

Copy of Introduction to.png

This language deals with the structure of a webpage or a whole website. I can assure you that 100% of websites online have HTML in them. In relatable terms, just as a skeleton is the structure of a human body, so is HTML the structure of any website or web app you see online. It is important to get a firm grasp of what HTML entails so as to design and develop well-structured websites and web apps. The structure of the webpage is very vital to how the website looks. Sometimes developers neglect the structure of the web (HTML) due to the fact that they feel it is less important. In a scenario where a builder of a house decides to build a mansion or a bungalow without setting the plan and structure of how it looks, in the long run, there would be major issues. In this wonderful series, we will be touching HTML and all the currently available tags and building using those tags.

The interesting thing about HTML is that it isn't difficult to write in terms of syntax, so it is easy for beginners to grasp their way around understanding the concepts. One of the truths I have learned while building stuff is that the fastest way to learn how to build something is to know how it really works, and nothing beats that fact. In our HTML journey, have an open mind because we will be having fun all throughout this series, and always remember that the best way to build is to learn the concepts first.

HTML STRUCTURE

HTML uses a markup structure when creating websites or web pages that people can view. HTML is one of the easiest markup languages to understand and start implementing. It has tons of tags that most people have ignored, but luckily for everyone, this channel is here to break down principles and concepts while building stuff and giving out challenges. HTML has tons of tags that can make your structure simpler. HTML tells the browser how to display text on a webpage. It can be used to build web apps, web extensions, and even desktop apps alongside Javascript and CSS, and even mobile apps, as funny as that sounds.

Purple and Pink Modern Work From Home Simple Video Presentation (1).png

It has had several versions over the past years and currently, we have HTML5 presently, HTML5 has changed the way the structure of the webpages and added functionality like HTML APIs that can be used together with Javascript that allows you to record screens, temporarily store data, and more.

HIGHLIGHTS ON WHY IS HTML SO IMPORTANT

  1. Structure of the web that can be used with tons of other languages to build web apps that are highly scalable
  2. HTML nowadays can be used for more than just creating websites, you can use it for creating big web apps, extensions, and mobile apps, together with Javascript and CSS and Desktop apps also.

  3. Easy to comprehend: It is one of the reasons people tend to learn it first before jumping into other more difficult concepts.

Thank you for reading through, I am here to support your learning journey in HTML with more detailed explanations with reference to the official documentation and the white paper

Subscribe to the youtube channel to support and also learn using video lessons, all lessons will be provided both on the youtube channel and also on hashnode

For questions and support: Thank you.

Subscribe Here πŸ‘‡πŸ‘‡πŸ‘‡ youtube.com/channel/UCuAQfijqNh99N_JKzguhw7..

GITHUB πŸ‘‡πŸ‘‡πŸ‘‡ github.com/for-maxstack-developers

HASHNODEπŸ‘‡πŸ‘‡πŸ‘‡ maxstack.hashnode.dev

Β