What Is HTML Language How It Is Useful?

 Hello Guys,

Welcome to other blog as I discus in last blog that what is ads submission and how it works?

In this blog we will learn and try to understand about HTML language.

➡ What Is HTML Language?
👉HTML stands for Hypertext Markup Language.it is a computer language that makes up most web pages and online applications. HTML is not considered a programming language as it can't create dynamic functionality.

HOW DOES HTML WORK?

HTML documents are files that end with a .html or .htm extension .A web browser reads the HTML files and renders its content so that internet users can view it.

HTML format-

<html>
<head>
<title>  </title>
<body>

<h1>   </h1>

<p1>  </p1>

</head>
</body>


If you want full process and learning then you should go www.w3school.com there you will get full tutorial of HTML Language.

There you will get lot of language to learn

1.CSS
2.JAVA
3.PYTHON
4.SQL
5.PHP
6.JQuery
7.c++


Comments