General topics

What is HTML – What is HTML for beginners

What is HTML – What is HTML for beginners

In this article we will know that what is HTML and what is HTML) Every person in this world needs a way to earn money so that he can fulfill his own needs and realize his dream. Different people do different types of work like a person doing business Own his own and someone who works within a company.Whether the business is big or small, a person has to work hard in every business, and only then can he be successful in his life.In the same way, blogger also earns money by working hard online.

Just as it requires hard work and dedication to another business, blogging in the same way also requires a lot of hard work. For blogging, a person does not need much, only a computer or laptop and must have an Internet connection.

And the most important thing to have for blogging is “knowledge”. The most important thing to start blogging is to create your own website. And what is required to create a website? You must have a thorough knowledge of HTML. If you want to succeed in the world of blogging, it is very important for the blogger to have a knowledge of HTML.

But not everyone has complete knowledge of HTML, and those who want to start their blogging career and want to become successful bloggers, it is very important to have this knowledge. Today in this article I will tell you that what is an HTML attribute and it was created to create a web page or website only.

What is HTML – What is HTML

Let’s now know what is HTML? We call Hypertext Markup Language HTML for short. HTML is a computer language used to create a website. It uses CSS to give it color.

This language is very simple compared to other computer languages ​​like C, C++, JAVA, etc., anyone can learn to use it easily and in less time.

After creating the website with the help of HTML, anyone in the world can see this website online. Physicist Tim Berners-Lee discovered HTML in 1980 in Geneva. HTML is a platform independent language that can be used on any platform like Windows, Linux, Macintosh, etc.

What is the use of HTML?

It is very easy to create a web page with HTML, so you need two things – the first is a simple text editor like Notepad where the html code is written and the second is a browser like Internet Explorer, Google Chrome, Mozilla Firefox etc. Your website gets an identity and internet users can see it.

HTML consists of a series of small codes that we write in Notepad, and these little codes are called tags. HTML tags tell the browser how and where the elements written inside that tag should appear in the website.

HTML provides many of these tags which give an attractive look to your website using graphics, font size and colors. After writing the HTML code, you must save your document, to save the html file name. It is necessary to write .htm or .html with it only then only will your html document appear in your browser or not.

After saving, you have to open the browser to view your html document. This browser will read your html file, translate the code correctly and display your website correctly as you thought while writing the code.

Your web browser does not display the html tags in the website, but it uses these tags to make the document appear correctly.

What are HTML tags?

What is HTML  I must know you all. Let’s get acquainted with some of its main signs. HTML tag is completely different from other text, with the help of html code that has been written. HTML tags are keywords that we keep inside closed brackets like and with the help of tags we can take a new look at our website, where we can create a web page using images, tables, colors etc.

Different tags work in different ways. When you view your html page through the browser, all these tags are not visible in it, only their effect is visible. There are thousands of tags in HTML that we use to create a website.

Let me tell you about some of those special tags, which are very important to use in creating a website. Before starting to write markup in HTML, a comment is written so that the author knows the purpose for which the html page was created.

Writing a comment is not mandatory, it depends on you whether you want to write a comment on your html document or not. The comment is in HTML and it’s written inside, you won’t see this comment in a web browser.

The most important tag after writing a comment is the header tag, from which we get information about the html document. Except for the comment tag, all other html tags have a start tag and an end tag. Like

And

If you do not type an end tag after typing the start tag, the effect of this tag will not be visible in your browser, so it is necessary to type an end tag. The keyword for HTML tags is case insensitive, that means you can write the tag name in uppercase or lowercase, it totally depends on you how you want to write your tag. The amount of dot you gave in the middle of the header tag means you can type any text in its place.

The title tag is written inside the header tag which shows the title of our html page like,

<Title> This is my front page on the web

When we see our html page in the browser, we will see this text in the top left of the address bar at the top of the browser.

The text tag is written after the title tag. All tags inside this tag can be used to make the web page attractive. Like,

yellow “text=” blue
Hello! how are you?

Here bgcolor means background color where your web page background color will look yellow and the color of this text you type will look blue. Similarly you can use many <body> tags You can make your web page beautiful by doing it inside the tag.

Your html document should always look like this.

<title> and

<body>

And

– It is called the title tag that appears in lowercase.

And

– It is called the paragraph mark where you can write a paragraph.
and </ b> – it’s called a bold tag that makes the typed text bold.

There are many other tags you can write inside the text tag, and it’s not possible to talk about all the tags here, so I only talked about the base tag.

What did you learn today

Today we went over what is HTML (what is HTML), how it works and some of its basic tags and as I said earlier, HTML is a very simple computer language, that anyone can learn easily.

It is important for the blogger to have knowledge of this so that he can design his website well. I hope you learned something about HTML from this article. If you still have any question, feel free to comment below, I will be very happy to help you.

Related Articles

Back to top button