DEV Community

Cover image for What Is HTML? | Introduction by @incoderweb | HTML Series Part 1
Ashutosh Tiwari
Ashutosh Tiwari

Posted on • Originally published at incoderweb.blogspot.com

What Is HTML? | Introduction by @incoderweb | HTML Series Part 1

Hello friends, today we are going to start an HTML series in this series you will learn about HTML from basic to advanced. In our previous blog, we saw how to create a stunning tourist agency landing page with HTML and CSS. You can check my other javascript projects after reading this blog.

In this inaugural installment of our HTML Series, presented by @incoderweb, we delve headfirst into the essentials of HTML (Hypertext Markup Language).

Have you ever pondered the process of crafting web pages or comprehending the structural composition of the content displayed on your preferred websites? HTML serves as the foundation of the internet, and gaining a profound comprehension of it constitutes the initial stride on your path to becoming a web developer.

In this introductory video, @incoderweb will elucidate the fundamentals of HTML, underscore its significance in web development, and illustrate how to construct your very first HTML document. Whether you are a complete novice or an individual seeking to refresh your expertise, this series is meticulously designed to aid you in establishing a robust foundation in web development.

Stay attuned for forthcoming episodes where we shall delve into HTML tags, attributes, and more advanced principles. Do not overlook the opportunity to express your appreciation, subscribe, and activate the notification bell so that you remain informed about all the tutorials within our HTML Series. Embark on this exhilarating journey into the realm of web development with @incoderweb!

What is HTML?

HTML stands for Hypertext Markup Language, it was created by Sir "Tim Berners-Lee". He is called the father of the Internet and HTML. It is used to create the basic structure of a web page. using the predefined HTML tags we create a basic structure of a web page. Let's take an example of a house and try to understand how websites are made:-

stages of webside development

As you can see in the image above, in the first stage we create a basic structure of a web page using HTML, using CSS we decorate the web page and add colors to the walls, and at the last stage, we use javascript to build the logic how the website function.

Unable to understand, Watch the Video tutorial

Top comments (0)