welcome to my blog

What is HTML?  Why learn HTML?  What is the function of HTML: -
 
freeeducationbd22.




What is HTML?


 Today most of us are familiar with the Internet.  And I use different types of websites and blogs through the internet.  But how do all the websites on the Internet come to be - do you know the answer?


If you do not know, then find out that all these websites are made with the help of HTML language or coding.


Yes friends!


 With the help of a language called html, a website is created after a lot of hard work.  For this you need to have a little idea about html today.



 If you are also interested in the details of HTML, then through today's article you will find the answers to all these questions like what is Html and why it is used, what is Html, what are the features of Html, what is the function of Html.

Table of contents


 What is HTML?


 The whole point of Html is Hyper Text Markup Language (Hyper Text Markup Language) Html is a kind of computer language.  With the help of which any website is created.  It is a programming language that builds an entire website using only coding and various tags.



 In the early days of the Internet, only HTML was used to create various types of websites.  But with the advent of modern computer language in the present age, it is very easy to create a website or blog without any coding knowledge.


What is a blog again?

more about these four things.  Through which it will be very easy for us to understand about html.


Hypertext




 It is a type of text that is used to explore the webpages of different websites.  Hypertext helps keep various text files together.






 Hypertext is useful when one webpage links to other webpages.  This is why hypertext is called hyperlink.  And when different types of pictures and videos are linked between them, it is called Hypermedia.




HTML Anchor tag () is used to link to specific text.



Markup




 The markup determines how the text of a particular website will be displayed.  Different types of html tags are used to make specific text bold, underlined, and italic.  These HTML tags (,,) are called markup.






 Language




 HTML is used through various types of coding and tags.  Because HTML is used to create different types of webpages or documents, it is also a kind of language.






 What is HTML or what is HTML?





 Simply put, HTML is a kind of coding language through which a website is built.  The whole point is hypertext markup language.  Hypertext is used to link different types of web pages and the markup determines the type of specific text (how the specific text will be displayed in front of the user).  Different types of large websites are created with the help of html coding and html tags.



Example of HTML:

<html>

        <head>

                <title> 1st class </title>

         </head>

<body>

      <p> my information</p>

</body>

</html>


Run :- my information










 Learn how to HTML


 Details about the full form of HTML


 We already know that HTML is all about Hypertext Markup Language.  Now we will learn 


 Hypertext markup language



 ! DOCTYPE html This command is used to tell the computer that it is an HTML language that is being used to build a website.



 This is the tag for starting and ending HTML coding.  These two commands are required to start and finish any new coding.



 The command is the Main Heading section.  It also has to be finished after giving the things that you want to add.  This tag is useful for giving headlines on the website.



 To give a title, you have to give it at the end of the title.



 Once the title is given, you need to take the help of tags to give what will be on the main website.  Here you have different types of different elements