- Most HTML tags consis og beginning tag and ending tag
- For example <HTML></HTML> nampak x beze antara due tue...satu ade slash satu lg x de kan....law nak tutup mmg kene ade /....
- At the top of every HTML document before anything has been typed, put :<HTML>
- At the end of your HTML document after everything had been typed, put:</HTML>
- Under <HTML> comes tag <HEAD>, which does not affect what in on the page but you should get it the habbit of putting it.
- <TITLE>Practice Page </TITLE>
- <TITLE>tags designate what will appear in the tittle bar at the top of browser
Ape kate korg try...
- Korg bukak note pad
- pastu korg cbe tekan :
<html>
<body>
This is my first homepage
</body>
</html>
- pastu save as....file name tu korg letak name papelah....tapi mesti dot html contohnya: latihan.html
- pastu save as type pilih...all files..
- pastu korg g kat folder yang korg simpan tu...and klik kat latihan...atau lambang dye tu ikut kite punye web browser...mcm sye ...sye choose google....law korunk slalu gune mozila....nnti lambang folder kite tu mozilla lah :)
- nnti bile klik...dye akn keluar This is my first homepage
cbe code camnie plak
<html>
<body>
<p>My name is Intan Nurfahana Azwa</p>
<p>I am 21 years old</p>
</body>
</html>
nnti kuar la cmnie:
My name is Intan Nurfahana Azwa
I am 21 years old
mksud <p></p> tu paraghraph la....:D
cbe yang nie plak...
<body>
<b>HTML is easy to learn</b>
<p>Step One</p>
</body>
</html>
output nye...:
HTML is easy to learn
Step One
<b></b> tu stand for break....
lagi satu...
<html>
<body>
<H1>HTML is easy to learn</H1>
<H2>HTML is easy to learn</H2>
<H3>HTML is easy to learn</H3>
<H4>HTML is easy to learn</H4>
<H5>HTML is easy to learn</H5>
<H6>HTML is easy to learn</H6>
</body>
</html>
dye akan display camnie:
H1,2,3,4,5,6....header dye makin besar no....mkin kecik tulisan dye kn....:)
HTML is easy to learn
HTML is easy to learn
HTML is easy to learn
HTML is easy to learn
HTML is easy to learn
HTML is easy to learn
Now nnti intan updates lagi ok...thanks...:D




No comments:
Post a Comment