Search This Blog

Monday, 10 October 2011

HTML Example

Example :


Sample HTML Page


























See Below for the Code:

<HTML>
<HEAD>
<TITLE>Sample HTML Page</TITLE>
</HEAD>

<BODY  BGCOLOR="Silver">
<CENTER><H1>FUNNY QUOTES</H1></CENTER>

<BR>

<H2>SHORT FUNNY QUOTES</H2> <BR>

<FONT COLOR="GREEN">
<P>
<UL>
<LI>Last night I lay in bed looking up at the stars in the sky
and I thought to myself, where the heck is the ceiling.
</LI>
<LI>When I die, I want to go peacefully
like my Grandfather did, in his sleep -- not screaming, like the passengers in his car.
</LI>
<LI>
A computer once beat me at chess, but it was no match for me at kick boxing.
</LI>
</UL>
</P>
</FONT>
<BR>
<BR>

<FONT SIZE="6" FACE="courier" COLOR=blue><MARQUEE WIDTH=65% BEHAVIOR=SCROLL DIRECTION=RIGHT BGColor=yellow>
***Funny Animal Images***</MARQUEE></FONT>

<TABLE>
<TR>
<TD width="300">
<IMG height="200" align="middle" width="200" border="2" src= "funny-monkey.jpg" alt="Funny Monkey Image"/>
</TD>
<TD width="300">
<IMG height="200" align="middle" width="200" border="2" src="images.jpg" alt = "Funny Cat Image"/>
</TD>
<TD width="300">
<IMG height="200" align="middle" width="200" border="2" SRC = "index.jpg" alt = "Funny Cat Image"/>
</TD>
</TR>
</TABLE>

</BODY>
</HTML>








<<Previous Chapter

No comments:

Post a Comment