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

Best Router Backup In Nepal | WiFi Router Battery UPS | Use Wifi In Power Cut! |

   In This Video I explain about Wifi Router backup So please watch and know everything-                               In this Article I'm talking about UPS Adapter . WIFI routers are not able to run during a power cut. All work gets halted during power cut due to this. This can also be very frustrating. UPS Batteries are available which can directlty be connected to the wifi router so in power cut it doesn’t turn off. If no inverter is installed in your home and you face WiFi disconnection during power cut then this video is for you. It can give upto 5-7 hours of battery backup and support 12V 2A. how to use without power WIFI ? where we can find router backup online ? How to Buy WIFI backup UPS Adapter ? How much price for this router? Where we can find this? How to use UPS Adapter ? How long working? #UPS ADAPTER IN NEPAL Router UPS for uninterrupted Inte...

Learn programming on coursera

  Coursera Inc.  ( / k ər ˈ s ɛ r ə / ) is an American  massive open online course  provider founded in 2012 by  Stanford University  computer science professors  Andrew Ng  and  Daphne Koller . Coursera works with universities and other organizations to offer online courses, certifications, and degrees in a variety of subjects. According to CNBC "more than 150 universities offered upwards of 4,000 courses through Coursera, which features over two dozen degree programs at prices that are lower than many in-person school offerings.

What Is Zoom Application ? How To Use Zoom ?

About Zoom The Best Video Meeting App is Zoom. Zoom for reliable, large video calls. In this article I will explain You in this questions: 1.What Is Zoom? 2.How to use for Online class and meetings? 3.How to use zoom apps? 4.How many peoples can join? 5.It's Free Or Paid? Mobile- https://play.google.com/store/apps/de... Laptop- https://zoom.us/download Video conferencing platform ZOOM has become a household name after enjoying a breakout year, in large part due to the pandemic and rise of remote working. It's free and easy for use and grow your business and earn money online. More than 100 peoples can join. It's used primarily by businesses to host meetings with remote colleagues and clients, but Zoom is an equally useful tool for keeping in...