HTML-Hyper Text Markup Language
used to make skeleton of the webpage and the most interesting and powerful language that can be used to make your qwn website.
Let's start with the first program
Program:Hello World
As in other languages they have a proper syntax HTML also have syntax and it is TAGS in it.
HTML is contain of many tags which can do the corresponding operations
For running a HTML program you only need a NOTEPAD.
Writing HELLO WORLD!!
used to make skeleton of the webpage and the most interesting and powerful language that can be used to make your qwn website.
Let's start with the first program
Program:Hello World
As in other languages they have a proper syntax HTML also have syntax and it is TAGS in it.
HTML is contain of many tags which can do the corresponding operations
For running a HTML program you only need a NOTEPAD.
Writing HELLO WORLD!!
- open notepad.
- type the code
- <!Doctype html>
- <!--this is a comment do not write it in your program it's only to explain you >
- <head>
- <title>
- <!--every program have a title which will appear on the tab of the browser when you open that file>
- write title here
- </title><!--this is closing tag>
- <body>
- <!--content goes here>Hello world!!
- </body>
after then double click to open it your browser will detect the extension .htm or .html and open it
Wow!! you have done your first program.
It seems not good so for designing it and make it Awesome i will tell you how to make it better.
But this is the first step you have taken to HTML, so try well and Happy Coding.
If you have any doubts just put a comment.
No comments:
Post a Comment