0% found this document useful (0 votes)
50 views3 pages

Leran HTML

HTML (Hypertext Markup Language) is used to structure and layout web pages. It uses tags to define headings, paragraphs, lists, links and other elements. The document explains how HTML works using tags like <h1> for headings, <p> for paragraphs, and <a> for links. It recommends learning HTML to become a web developer since it is fundamental to designing web pages and many common tags are used frequently. A brief history of HTML is also provided, from its creation in 1991 to recent versions that added features like video, audio, and new elements.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views3 pages

Leran HTML

HTML (Hypertext Markup Language) is used to structure and layout web pages. It uses tags to define headings, paragraphs, lists, links and other elements. The document explains how HTML works using tags like <h1> for headings, <p> for paragraphs, and <a> for links. It recommends learning HTML to become a web developer since it is fundamental to designing web pages and many common tags are used frequently. A brief history of HTML is also provided, from its creation in 1991 to recent versions that added features like video, audio, and new elements.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

LEARN HTML

(1) What is HTML?

The full form of html is Hypertext Markup Language. HTML is basically the
structure of a website. Suppose you need to build a house. First you have
to make a plan, then you have to build a house with bricks and stones.

But your house has not been beautified. We have just built a house on the
subject of what we need. The main task of html is to create a website.
Hopefully, now that you understand what html is, visit
https://beginnerwebdeveloper.com/

(2) How does html work?

HTML is a language of computers (computer language) ", which is used to


create websites or web pages. There are many types of ML tags that can
be used to create a website. Here are some tags and names: -

1. <h1> <h2> <h3> <h4> <h5> <h6>

2. <p> tag.

3. <small> tag.

4. <strong> tag.
5. <ul> tag.

Page | 1
6. <li> tag.

7. <a> tag.

8. <img> tag.
9. <i> tag.

10. <b> tag.

Basically a website is created with this kind of tag. You can see many times
that some kind of tag is used in big websites. This kind of tag will not be
found even if you do a Google search. However, you can create such a tag
even if you want to. Can. If you want to know how to create HTML tags,
visit https://beginnerwebdeveloper.com/blog now

(3) Why learn html?

If you want to be a web developer then you need to know html. If you don't
learn html you can't be a web designer and html language is not so difficult.
There are some HTML tags that are used all the time, such as <p> <b> <i>
etc. There are other such things that you can start css with if you can
remember.
To learn css visit now: https://beginnerwebdeveloper.com/css

(4) HTML history

HTML was created by Sir Tim Berners-Lee in late 1991 but has not been
officially released, then HTML 1.0 was released in 1993 to share
information that can be read and accessed through a web browser. Later
released in 1995 as HTML 2.0. The company name was revealed (internet
engineering task force). Then some features are added inside HTML. That
is <image tag> later, in 1997, everyone was attracted to inter. The HTML
3.0 version was then created but was not made public. Later, the 1997
HTML 3.2 version was created, which focused on style but not on
documentation. And for this the number of people reading HTML increases.

Page | 2
And the browser CP started to decrease. (HTML 4.01) was released in late
1999 and was a major version of HTML. Then Inter became popular and
everyone started reading HTML. Then some features are added inside
HTML. That is –

1. Operation of structure and presentation


2. Style sheet accessibility
3. client-side scripting
4. frames
5. advanced tables

(HTML 5) was published in late 1997 and was the latest version of HTML.
And we've been using it to this day. Then some features are added inside
Html. That is -

1. video audio
2. header
3. canvas
4. footer
5. nav element.

Now let's talk about Html. If you go to Google and type any letter, the result
is a website. Google is a website. And when you click on the mouse and
right button to see the text (view page source) click there, you can see a lot
of HTML code. The first time you look at the code, it seems a bit
complicated. There is nothing to take the tension, you will slowly begin to
understand the code goal.

Page | 3

You might also like