What is HTML How Does it Work?
It’s easy to understand, what is HTML and How does it work.
HTML is a bone of the website, it’s determined website structure, what type of website do you want to make you need to implement accordingly.
Finally, HTML is used to build websites, HTML stands for HyperText Markup Language it’s mean clickable links for communicating another page from one.
HTML is easy to learn if you follow our all course then you can make a beautiful website.

History of HTML
HTML was found in 1991 by Tim Berners-Lee when it was found it was not an advanced line nowadays so there are many versions.
HTML Officially launched in 1995 but before HTML 1.0 was launched in 1993, It was not advance
In 1993 launched HTML_1.0 (not popular or can’t grow)
In 1995 officially launched HTML_2.0 this version included a lot of features
In 1997, Launched HTML_3.0 was a powerful characteristic for webmasters in designing web pages but it was not fast.
In 1999 Launched HTML_4.0 in this version available or support CSS.
And last 2014 Launched HTML_5.0 which is the latest now 2021 which is an extended version of HTML_4.0
How Long Does It Take to Learn HTML?
It depends on your time, effort and understands, according to my suggestion do not allocate or think about the time while you learn in your mind because you will learn fast then.
Approximately you need to spend almost 1 month for only HTML then you need to learn CSS.
a lot of time you need to spend on CSS because CSS is most useful and widely used while design.
so. 1 month HTML, 2 Months CSS total 3 months for website design.
What is the requirement before the start HTML?
Not much more only 2 things
- Laptop or Cumputer
- Text Editor for writing HTML-code.
Before the start learn HTML or build website design you need to have a computer, not recommend a mobile device.
Text editor example notepad, VisualStudio Code, notepad++ (recommended VisualStudio for batter work)
Enough Interest to learn
HTML Example or structure
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Tutorial - easily learn code</title>
</head>
<body>
Hi, I'm body - this is the section what you write
I'm body I have another parts like Div
Div Mean Division I use this Division for seperate the written
<div>
<h1> Hi, I'm the h1 this h1 mean heading 1 I make title or heading larger size but I have another bother like me h2 h3 h4 h5 and last h6</h1>
<p> Hi, I'm p, p mean paragraph or text area.</p>
</div>
</body>
</html>
In the result

How to write HTML code first?
- open your text editor like notpad (not microsoft word) we will use visual studio for another session for advance and coding.
- wirte html element or tag (copy above mention code)
- save on your computer with .html extension example abc.html instead of abc.txt
- go to your seved folder and it will apper like chrome, edge or browser icon and dubble click it, it will runs
- Finnally you can see on broser your website. Congratulation.
Structure of HTML Behind the Screen.

I hope you are understood about What is HTML How Does it Work?, if you have any confusion then don’t worry, it’s only about the definition and how to write the first HTML code, you will understand more about next chapter.
HTML Tutorial | Day 1 Basic to Advance - Easily Learn Code
[…] What is HTML How Does it Work? […]
What is Front-End Development | 3 Exmpl, Salary & Career?
[…] What is the HTML? […]
what is the correct html for inserting an image? - ELC
[…] img Tag: Your Image Insertion AllyAt the heart of image insertion in HTML lies the mighty img tag. This powerful element is your go-to tool for adding images to your web […]