What is HTML and how does it work?
In this article, we will know what is HTML. In this world, every person needs the means to earn money so that he can fulfill his own needs and fulfill his dream. Different people do different kinds of work like if someone does their own business then someone works inside a company. Whether the work is big or small, a person has to work hard in every work, only then can he become successful in his life. In the same way, a blogger also earns hard money through the Internet.
Just as the rest of the work requires hard work and perseverance, in the same way, a lot of hard work has to be done for blogging. To blogging, a person does not need much, just a computer or laptop and he should have an internet connection. And the most important thing that should be done for blogging is "knowledge". The most important thing to start blogging is to create a website of your own. What is needed to make more websites? Must have a thorough knowledge of HTML. If you want success in the world of blogging, then it is very important for a blogger to have knowledge of HTML.
But not everyone has a thorough knowledge of HTML, and for those who want to start their career in blogging and want to become a successful blogger, it is very important to have this knowledge. Today in this article I am going to tell you what is the feature in HTML? And it has been made to make a webpage or website.
Let us now know what HTML is? We call Hypertext Markup Language by short name HTML. HTML is the language of a computer that is used to create a website. And CSS is used to give it a colorful look. This language is very simple compared to other computer languages like C, C ++, JAVA, etc., using it, anyone can learn easily and in a very short time.
After the creation of a website with the help of HTML, any person in the world can view the website through the Internet. HTML was discovered in 1980 by Physicist Tim Berners-Lee at Geneva. HTML is a platform-independent language that can be used in any platform such as Windows, Linux, Macintosh, etc.
What is HTML used for?
Creating a webpage using HTML is very easy, for this you need two things - first is a simple text editor such as Notepad in which HTML code is written and second is a browser like Internet Explorer, Google Chrome, Mozilla Firefox, etc. Your website gets recognized and can be viewed by internet users. HTML is made up of a series of small codes that we write in notepad, these small codes are called tags. The HTML tags tell the browser how and where to show the elements written within that tag on the website.
- What is web hosting
- What is Credit Card
- What is PayPal and how does it work
HTML provides many such tags which give an attractive look to your website by using graphics, font size, and colors. After writing the HTML code, your document has to be saved, to save it the name of the HTML file It is necessary to write .htm or .html with it only then it will show your HTML document in your browser or else.
After saving, you have to open the browser to see your HTML document. That browser will read your HTML file and translate your correctly written code and will show your website correctly as you thought while writing the code. Your web browser does not see HTML tags in the website but uses those tags to make your document appear correctly.
What are HTML tags like?
What is HTML in Hindi you all must have known. Let's know about some of his basic tags. The HTML tag is completely different from other text, with the help of which HTML code is written. HTML tags are keywords that we place inside closed brackets such as <html>. With the help of tags, we can give a new look to our website, in that we can make a webpage using images, tables, colors, etc.
It is not compulsory to write a comment, it depends on you whether you want to write a comment for your HTML document or not. In HTML, comment <! ”….”> Is written inside it, you will not see this comment in the web browser.
Comment After writing, the most important tag is the header tag from which we get the information of HTML document. All the HTML tags except the comment tag, all have a start tag and end tag. like
<head> ………………… </head>
If you do not write an end tag after writing a start tag, then the effect of that tag will not be seen in your browser, so it is mandatory to write the end tag. The keyword of HTML tags is case-insensitive. This means that you can write the name of the tag in capital letters or small letters. It is entirely up to you how you would like your tag to be written. . The amount of point I have given in the middle of the head tag means that you can write a text instead.
The title tag is written inside the header tag which shows the title of our HTML page like,
<title> This is my first web page </title>
When we see our HTML page in the browser, we will see this text at the top left of the browser in the title bar.
The body tag is written after the title tag. All the tags which can be used to make the webpage attractive under this tag can be used. like,
<body bgcolor = "yellow" text = "blue">
Hello! How are you?
</body>
Here bgcolor means background color where the background color of your webpage will look pale and the color of this text that I have written will look blue. Similarly, you can make your webpage beautiful by using many tags inside the <body> tag.
<html>
<head>
<title> ——————— </title>
</head>
<body>
<h1> —— </h1> - It is called heading tag which appears in lowercase letters.
<p> ——– </p> - This is called paragraph tag where you can write paragraph.
<b> ——– </b> - This is called bold tag which will bold the text you have written.
</body>
</html>
There are many more such tags that you can write inside the body tag, it is not possible to tell about all the tags here, so I have only told you about the basic tag.
Today, we have learned what HTML is, how it works, and some of its basic tags. As I already said that HTML is a very simple language of a computer, anyone can easily learn it. And it is important for a blogger to have knowledge of this so that he can design his website well. Hope you have learned something from this article about HTML. If you still have any questions, feel free to comment below, I will be very happy to help you.
Comments
Post a Comment
Please do not enter any spam link in the comment box