What is HTML?

Let’s see HTML…What it is and what is the use.

If you heard first time this word or you already knew it what is HTML but you want to know about it in details then you are on the right place. I will explain you What is HTML and what is the use of HTML and how you can earn money after learning it.

OK,

HTML Stand For Hypertext Markup Language .

Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript. (source: Wikipedia)

What is HTML?

HTML is the standard markup language for creating Web pages.

  • HTML stands for Hyper Text Markup Language
  • HTML describes the structure of a Web page
  • HTML consists of a series of elements
  • HTML elements tell the browser how to display the content
  • HTML elements are represented by tags
  • HTML tags label pieces of content such as “heading”, “paragraph”, “table”, and so on
  • Browsers do not display the HTML tags, but use them to render the content of the page

(Source : W3School)

In Short HTML Is a markup language , By the help of HTML , We create Web pages and combinations of web-pages/page create a website.

Now -a-days you knew it, Website is how much important.

So learn HTML with me and earn Money accordingly.

First HTML Code for Hello word

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>Hello HTML</h1>
<p>My Name Is Divas Kumar Gupta</p>

</body>
</html>

Will explain About HTML TAG In Next Post…

Author: tejash

Leave a Reply

Your email address will not be published. Required fields are marked *