Skip to main content

WHAT IS HTML CODE? HOW TO WORK HTML?

                                   About This Article

    

     In this article we will know "What is HTML ?". Every person in this world needs a means of earning money so that he can fulfill his own needs. Different people do different types of work like someone doing their own business, someone doing online jobs and someone working inside a company. 

    Whether the work is big or small, a person has to work hard in every work, only then  he can earn money. In the same way, a blogger also earns money by working hard through the Internet. If you thinking you will start web design and coding first of all you should know basic of html and CSS. It's necessary to learn html and CSS. Every website has using html and CSS so we will learn here what is  html and how it's works. So let's go 

   


                                                                                                 


 ABOUT HTML

HTML stands for Hyper Text Markup Language, HTML is the standard markup language for creating Web pages, HTML describes the structure of a Web page, HTML elements tell the browser how to display the content, HTML elements label pieces of content such as this is a heading, this is a paragraph, this is a link, etc.


        
What Is The Use Of HTML ?

       It is very easy to create a webpage using HTML, for this you need two things - first is   a simple text editor like Notepad in which the code of html is written and second is a  browser like Internet Explorer, Google Chrome, Mozilla Firefox etc. Your website gets  recognition and which can be seen by internet users. HTML is made up of a series of small  codes that we write in notepad, these small codes are called tags. HTML tags tell the  browser how and where the elements written inside that tag should be shown in the website.


HTML provides many such tags which give an attractive look to your website 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 .HTML or html with it only then it will show your html document in your browser or else not.

                       

   What Is An HTML Tag?

You all must have What is HTML Tag. Let us know about some of its basic tags. HTML tag is completely different from other text, with the help of which html code is written. HTML tags are keywords which we keep inside closed brackets like <html>.
With the help of tags, we can give a new look to our website, in that we can create a webpage using images, tables, colors etc.


Different tags work in different ways. When you view your html page through browser, then all these tags are not visible in it, only their effect is visible.
There are thousands of tags in HTML which we use to create a website. Let me tell you about some of those special tags, which are very important to use for making a website. Before starting writing coding in HTML, a comment is written so that the author knows what that html page has been made for.


It is not mandatory to write a comment, it depends on you whether you want to write a comment for your html document or not.

Comment in HTML
<!”….”> is written inside it, you will not see this comment in web browser.


First of all when you start coding on editor for coding you have start with

<!doctype html> <html lang="en"> Language you can choose differents.

closing time you have to close like this

</html>


The most important tag after writing a comment is the header tag, Except the comment tag, all the other html tags have a start tag and an end tag. like

<head>…………………</head> 


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

<title> It's My First Website </title>


basic intructure here -

<html>
<head>
<title>———————</title>
</head>
<body>
<h1>——</h1> this one heading tag
<p>——–</p> this one for paragraph
<b>——–</b> This one for bold tag

</body>
</html>


There are many other such tags that you can write inside the body tag, it is not possible to tell about all the tags here, so I have told only about the basic tag.it is important for a blogger to have knowledge of this so that he can design his website well. Hope you got to learn something about HTML from this article. If you still have any question then feel free to comment below, I will be very happy to help you.


For More Information Please Visit my YouTube channel and Watch all about html. You can learn In Nepali


                

Comments

Popular posts from this blog

EARN MONEY ONLINE FROM UPWORK FULL DETAILS | BEST ONLINE JOB 100% FIXED JOB FROM HOME 1ST WAY 2021

If you're thinking for earn money  from home follow this step- In This post I will explain about Upwork. You can earn money from at work if you have any skill like singing, web Design, Photo Editing, Logo design or video editing or more relatives for clients demands then you can easily earn money from Upwork. Upwork is  must using for online earning site.                       The world’s work marketplace                   How Upwork works One Of The Best way to earn money online.I did a lot of research, and finally found out a legitimate way to actually earn money online. Upwork is the only platform where you can find best online job that can make you some good money. 6 Key Benefits of Freelancing on Upwork 1. Build Long Term Relationships. One thing I love with Upwork is that freelancers interact on most occasions with clients. 2.Get long term contracts. 3.Earn B...

Learn About Python How To Start Learning Free Python?

                                                                         About Python Python is a powerful general-purpose programming language. You can Learn easily for web design. It is used in web development, data science, creating software prototypes, and so on. Fortunately for beginners, Python has simple easy-to-use syntax. This makes Python an excellent language to learn to program for beginners.                                                                                                  www.python.org               ...