HTML. What is HTML ?
HTML means -
H = Hyper
T = Text
M = Markup
L = Language.
That means Hyper Text Markup Language is HTML.
It is a programming language.
We need to learn this language when we want to build a website or a web page.
Java Script, CSS are also webpage programming language.
Now I teach you a simple tutorialhoe to create a webpage with HTML.
First of all you need to open your note pad and type the code bellow :
Now save as the file as webpage.html or webpage.htm. That means html or htm extention.
After save the file open it and you will see a web page like bellow :
HTML means -
H = Hyper
T = Text
M = Markup
L = Language.
That means Hyper Text Markup Language is HTML.
It is a programming language.
We need to learn this language when we want to build a website or a web page.
Java Script, CSS are also webpage programming language.
Now I teach you a simple tutorialhoe to create a webpage with HTML.
First of all you need to open your note pad and type the code bellow :
<html>
   <head>
<title>This is my first webpge.</title>
</head>
<body>
   Hallow World ! This is my first webpage.
        </body>
</html>Now save as the file as webpage.html or webpage.htm. That means html or htm extention.
After save the file open it and you will see a web page like bellow :

 
 
 
 
 
0 comments:
Post a Comment