HTML stands for Hypertext markup language.
Why you need to learn HTML?
HTML is used to create a web pages. If you are interested to learn web application development then this is the first step.
How HTML works?
HTML files can be executed in browsers.
How HTML becomes very famous?
Every computer has a operating system and every operating system most likely have browser which renders HTML files. Lets take some of the examples
Operating System | Name of the Browser |
Microsoft | Internet Explorer, Edge |
Mac OS | Safari |
Android | Google Chrome |
iOS | Safari |
How to run HTML?
Create a new file called "hello.html" in your computer and type the below code.
Welcome to the web application development.
After save the file, open this file in a browser. You see the page displays "Welcome to the web application development."