CLICK HERE FOR FREE BLOGGER TEMPLATES, LINK BUTTONS AND MORE! »

Saturday, December 22, 2012

HTML

Assalamualaikum.....

Today kami blajar pasal html....sangat enjoyyyz....contoh adalh seperti di bawah..:


<html>
<head>
<TITTLE>A Simple HTML Example</TITLE>
</head>
<body>
<H5>HTML is Easy To Learn</H5>
<P>Welcome to the world of HTML. This is the <b>first</b> paragraph. Now let's continue to the <i> second </i> paragraph.
<P>And this is the <u> second </u> paragraph.
</P>
<BODY BGCOLOR="yellow">
<UL>
<LI> APPLE
<LI> BANANAS
<LI> GRAPEFRUIT
</UL>

<OL>
<LI> APPLE
<LI> BANANAS
<LI> GRAPEFRUIT
</OL>

<A HREF= "http://www.fep.ukm.my">FEP</A>

<br><A HREF=mailto:masura@ftsm.ukm.my> Mail to Madam Masura</A>
<br>
<br><img src= "underara.jpg" Height=200 width=200>
<br>
<BR><TABLE BORDER=5>
<TR>
<TD>COUNTRY<T/D>
<TD>CAPITAL</TD>
<TR>
<TD>MALAYSIA</TD>
<TD>KUALA LUMPUR</TD>
</TR>
<TR>
<TD>CHINA</TD>
<TD>BEIJING</TD>
<TR>
</TR>
<TD>ENGLAND</TD>
<TD>LONDON</TD>
</TR>
</TABLE>

</body> </html>

No comments:

Post a Comment