People also ask What is HTML? HTML (Hypertext Markup Language) is a computer language used to create websites. HTML is made up of many types of tags. This language is more simple than other programming languages ​​such as C, C++, Java, Java Script, etc., you can easily learn and use it. Tim Berners-lee is called the inventor of HTML. In this article you will find what is HTML? Information about what it is used for, type of HTML, etc. is provided.


Do you know that all the data available on the Internet is saved in the form of web documents. These documents are saved on the computer server which can be accessed by anyone through the URL. And the language in which these web documents are written is called HTML language which is a markup language. Let us now know in further detail that What is HTML in Computer and HTML Codes.


I Covered These Points in the Article
> What is HTML?
> Who invented HTML?
> How to do HTML coding
> How does the HTML work?
> Types of HTML
> Features Of HTML


What is HTML
What is HTML


What is HTML

HTML (Hypertext Markup Language) is a computer language, which is used to create a website. It is made up of several types of tags. HTML is not a programming language, it is a markup language that tells web browsers how to display text, images and other forms of multimedia on a webpage.


When the Internet was started, a complete website was made from HTML itself, but now is the age of technology and in today's time there are many computer languages ​​using which you can easily create a website, blog. After the website is created from HTML, any person can view that website through the Internet.


If you also want to make a website or blog of your own, then for this you have to learn HTML language first, for this you can also take help of HTML Tutorial.


Who invented HTML?


Tim Berners Lee discovered HTML in the 1980s in Geneva. Berners Lee invented WWW (World Wide Web) in 1989. For this achievement, he was named one of Time Magazine's 100 Most Important People of the 20th Century. The "World Wide Web Consortium" currently has the responsibility of developing HTML. Berners Lee's Browser Editor was developed in 1991–92.


The first version of HTML was the True Browser Editor, which ran on a NeXT workstation. The first version of HTML was formally published in June 1993. In the year 1991, for the first time on the Internet, a document named HTML Tags was released about HTML, in which about 18 HTML elements were told. So far 5 versions of HTML have been released. Released in the year 2014, the 5th version is currently in progress, which includes many HTML tags. With this, now you must have known that HTML Kya Hai in Hindi and who invented it, let us now go ahead and know how to do HTML coding.


How to do HTML coding


First of all you have to download Xampp Software. Xampp is an Apache, MySQL and PHP package. It is easy to install it on PC. Many developers like to do local testing on this. Let's know, how to use it.


Step 1. Go to Windows Taskbar


First of all, go to Start in the Windows Taskbar and type Xampp in the Search Box. Here select Xampp Control Panel and press Enter. Now start Apache from Xampp Control Panel. You will see “Running” highlighted here in green colour, which means that Apache is ready to use.


Step 2. Click on Go To Start


Go to Start and open Computer. Navigate to the Xampp Folder, which is usually the top-level folder on your computer's hard drive. Open Htdocs Folder.


Step 3. Go to Computer option


Now again go to the computer option and navigate to the folder where you save your HTML file. If you do not have any HTML file created earlier then create an HTML file and save it in Htdocs folder in Xampp folder. If you find a single HTML file, copy and paste it in the Htdocs folder.


Step 4. Start Web Browser


Start your web browser and type “Localhost/Filename.Html” in the address bar. Now press Enter and see HTML File Load as a Web Page. Your Apache server that came with Xampp is serving your web pages. Now you have learned so much about HTML, but the most important thing is where Html Coding is used.


How does the HTML work?
How does the HTML work?


How does the HTML work?


HTML provides many tags that make your website more attractive by using Colors, Font Size, and Graphics. HTML Tag tells the browser how and where to display the elements written in that tag on the website. Only one web page is designed with HTML. In this the complete structure of the web page is made.


After writing HTML codes, the file is saved with .Html or .Htm File Extension. Save any file with .html or .htm file extension, then upload it to computer or web server and view it on browser. The browser will read the HTML code written in that file and show it on the HTML page.


Types of HTML
Types of HTML


Types of HTML


HTML is divided into 3 types. Its new version HTML 5 has also been launched.


Transitional: This is the most common type of HTML. It has a flexible syntax, grammar and spelling component. Approach a Best Efforts to read Browser Tag.


Strict: The strict type of HTML means that it is able to return the rules and make it more reliable. For example- Strict Type requires all closing tags for all open tags. This type of HTML is most important for the phone.


Frameset: A Frameset allows developers to create Mosaic of HTML Documents. Where multiple documents can be connected in a single screen. This Technique is used to make Use Menu System. So friends, these were the types of HTML that you should know here. There are 3 main types of HTML.


Features of HTML
Features of HTML


Features Of HTML


As we all know that technology keeps on changing day by day. To meet this requirement of technology, HTML 5 was launched with many improvements. Whose features are as follows.


Clear Syntax: Syntax of HTML is clear, which can also be modified.


Graphics: Graphics have been used a lot in HTML 5. Where Vector Graphics can be created using SVG (Scalable Vector Graphics) or Canvas.


Geo Location: It is difficult to find the Geo Location of the visitors visiting the website in HTML4, but since the Html 5 launch, Geo Location has been added to it.


New Format: Some new formats have been added in HTML5 such as Date, Time, Calendar etc.


Effective Presentation: You can create Effective Presentation with HTML because it has many formatting tags.


Link Adding: HTML allows programmers to add links to web pages through HTML anchor tag, so it increases user interest in browsing.


Add Video Or Sound : HTML allows programmers to add graphics, video and sound to the web page, which makes it more interesting.


So it was the features of the 5th version of HTML that provide such good features.


More important information related to HTML


More important information related to HTML code has been given to you below –

HTML Color Codes – With HTML Color Codes, you can change the color on the web page so that the background, table and text color of the web page can be changed.

HTML Formatter – HTML Formatter Online helps in beautifying and formatting HTML data as well as editing, viewing and analyzing HTML data. This is a very easy way to edit HTML data.

HTML Fonts – You can use many types of fonts in HTML, which you can use for your website.

HTML Table – HTML Table allows the web author to arrange the data in rows and columns of text, images, links and other tables etc.

HTML Elements – HTML Key Elements is an Individual Component of Document and Web Page. HTML is composed of Nodes Tree like- Text Nodes, Node can contain other Nodes and Text Content. Many HTML Nodes represent Meaning or Semantic.


Conclusion ::


Hopefully, you would like this information about what is HTML, and if you have any problems then you must tell us in the comment box.