Saturday 25 February 2012

Simple Html Program


Simple Html Program

<HTML>
<HEAD>
<TITLE>Hello From HTML</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1>
Hello From HTML
</H1>
</CENTER>
Welcome to the wild and woolly world of HTML.
</BODY>
</HTML>

No comments:

Post a Comment

IE7 Issues Text Indent

                 Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...