Today i am starting my HTML tutorial . This is the first class of
HTML. Remember that i will not discuss what is HTML? Why we need to
learn HTML? Because i hope you already know about HTML. If you don't
know about please see my 1st tutorial about HTML.
Today i will discuss about HTML basic.
< HTML >
< head >
< title >
</ title >
</ head >
< body >
</ body >
</ HTML >
look at the code which are given . It start with <HTML> and finish
with </HTML> .
At the middle of the <HTML> to </HTML>
we used <head> to </head> ,<body> </body> tag
we use <title>...</title> tag at the middle of the <head> to </head> tag.
When we want to practice it we must do it in notepad. And when we save
our work we must give it's name like this ss.HTML or jj.HTML . You can
use any name but must need to use .html
lets see an example:
first open notepad . Then type those code which are given bellow
< HTML >
< head >
< title >
my first HTML tutorial
</ title >
</ head >
< body >
this is body
</ body >
</ HTML >
## now save it with jj.HTML name
now open your .HTML file and see your first web page!
CHAIRS
HTML. Remember that i will not discuss what is HTML? Why we need to
learn HTML? Because i hope you already know about HTML. If you don't
know about please see my 1st tutorial about HTML.
Today i will discuss about HTML basic.
< HTML >
< head >
< title >
</ title >
</ head >
< body >
</ body >
</ HTML >
look at the code which are given . It start with <HTML> and finish
with </HTML> .
At the middle of the <HTML> to </HTML>
we used <head> to </head> ,<body> </body> tag
we use <title>...</title> tag at the middle of the <head> to </head> tag.
When we want to practice it we must do it in notepad. And when we save
our work we must give it's name like this ss.HTML or jj.HTML . You can
use any name but must need to use .html
lets see an example:
first open notepad . Then type those code which are given bellow
< HTML >
< head >
< title >
my first HTML tutorial
</ title >
</ head >
< body >
this is body
</ body >
</ HTML >
## now save it with jj.HTML name
now open your .HTML file and see your first web page!
CHAIRS
No comments:
Post a Comment