Page Nav

HIDE

Grid

GRID_STYLE

What is html - learn everything about html in 5 minutes

 

 

what is html










Hello friends, in this article today we will learn about HTML, what is HTMLWho invented HTMLhow it works, answers to all such questions about HTML, and much other information you are going to find here today. Hope this information will work for you.

What is the full form of HTML?

The full form of HTML is Hypertext Markup Language. HTML is a Markup Language that is used to define the structure of a web page. HTML came into use a year after the invention of the WWW (World Wide Web). And today it has been more than 30 years and during this time, many versions of it have come and are being used even today. Almost all website pages ( Webpages ) are made up of HTML.

Markup Language used to prepare is used to structure Atharth structure of web pages and web application. in a page, Heading, Paragraph, Image, Links, Where to organize.it is determined by the HTML code itself.

Is HTML Programming a Language?

The debate has arisen many times over this question, but most people believe that it does not fall under the category of programming language. The reason behind this debate is that the way we are able to create dynamic functionality in any other programming language does not do with HTML. It is a markup language and cannot create logical programs.

What are tags in HTML?

HTML tags are a type of keyword that helps a web browser identify the content of a web page and display it in the correct format. When the web page reaches the browser, the browser scans it and with the help of these tags understands the content and renders it.

All HTML tags <> (brackets) are written inside, such as tags have three parts. Opening tag, Content, and Closing tag HTML also have some tags which do not have closing tags of different types. Different types of tags are used for content. Let us give you HTML tags some examples.

<h1> Heading </h1>
<p> Paragraph </p>
<b> Bold </b>
<i> Italic </i>
<u> Underline </u>
<ul> Unordered lists </ul>
<li> List Items </li>

above shown Some examples of basic HTML tags, we have extended to teach HTML, The article is written in which you What is HTML – HTML can take more information about.

What are the input types in HTML?

Here are the different input types you can use in HTML:

<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="datetime-local">
<input type="email">
<input type="file">
<input type="hidden">
<input type="image">
<input type="month">
<input type="number">
<input type="password">
<input type="radio">
<input type="range">
<input type="reset">
<input type="search">
<input type="submit">
<input type="tel">
<input type="text">
<input type="time">
<input type="url">
<input type="week">




No comments