Differences
This shows you the differences between the selected revisions of the page.
2014-11-08 | 2014-11-08 | ||
no summary (49.202.136.241) (hidden) | no summary (49.202.136.241) (hidden) | ||
Line 61: | Line 61: | ||
Also URL (web addresses) are case sensitive, which is different to how Windows treat filenames. So if you first test your pages locally on Windows and links stops working once you upload the pages, it is probably for inconsistencies in letter cases. For example you may have a link to ''Mein_Gastebuch.html'', but the file is actually named ''mein_gastebuch.html''. This is not the same on Internet. | Also URL (web addresses) are case sensitive, which is different to how Windows treat filenames. So if you first test your pages locally on Windows and links stops working once you upload the pages, it is probably for inconsistencies in letter cases. For example you may have a link to ''Mein_Gastebuch.html'', but the file is actually named ''mein_gastebuch.html''. This is not the same on Internet. | ||
+ | <html> | ||
+ | <head> | ||
+ | |||
+ | <title>WEB PAGE TITLE GOES HERE</title> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body style="margin: 0px; padding: 0px; font-family: 'Trebuchet MS',verdana;"> | ||
+ | |||
+ | <table width="100%" style="height: 150%;" cellpadding="10" cellspacing="0" border="0"> | ||
+ | <tr> | ||
+ | |||
+ | <!-- ============ HEADER SECTION ============== --> | ||
+ | <td colspan="" style="height: 100px;" bgcolor="#711111"><h1><center><font face="Times New Roman" SIZE=200 color=cyan align=top><a href="evs.html">JAY JWALA MAA POOJA SAMITI </a></font></center></h1><a href="jago.html">Home</a> | <a href="page2.html">history </a> | <a href="page3.html">about DURGA POOJA </a> | <a href="page4.html">LEADERS</a> | <a href="page5.html">HOME IMAGE</a> | <a href="page6.html">Help</a> </td> | ||
+ | <td bgcolor="#gtrerq"><img src="5.PNG" width=200 height=100></tr> | ||
+ | |||
+ | |||
+ | <!-- ============ NAVIGATION BAR SECTION ============== --> | ||
+ | <tr><td colspan="3" valign="middle" height="3" bgcolor="#FF00AA"><marquee><font=algirian color="red">JAY MATA DI...!!!! JAY MATA DI...!!! </font></marquee> | ||
+ | </td></tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | |||
+ | </td> | ||
+ | |||
+ | <!-- ============ MIDDLE COLUMN (CONTENT) ============== --> | ||
+ | <td width="90%" valign="top" height="" bgcolor="white"> | ||
+ | |||
+ | <h3><center><font face="Times New Roman" SIZE=10 color=brown align=top>KOIRIPUR</font></center></h3><hr></hr> | ||
+ | |||
+ | <h2><center><font color=red><b>history </b></font></center></h2> | ||
+ | IN OUR KOIRIPUR HAVE A 74 VILLEGE.THIS IS THE TOWN AREA IN DISTRICT SULTANPUR .WE ARE LIVEING IN THE | ||
+ | MARKET AND THERE We worship in the market to decorate DURGA POOJA.We worship in the market DURGA decorate the empty space in the lane post office.We worship Durga decorate with small children. | ||
+ | Our group name is new Express Club.Our group has a total of about 15 children.Our group has a total of about 15 children..! | ||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | <img src="21.jpg" width=300 height=200> | ||
+ | |||
+ | <h4><center><a href="jago.html">Home</a></center></h4> | ||
+ | |||
+ | </td> | ||
+ | |||
+ | |||
+ | <td width="25%" valign="top" bgcolor="#A9D500"> | ||
+ | <img src="-1.jpg" width=200 height=50> | ||
+ | <hr> | ||
+ | <center><h4><font color=Blue font=algerian>Content</font></h4></center> | ||
+ | <hr><a href="jago.html">Home</a><br><hr> | ||
+ | <a href="page2.html">history</a><br><hr> | ||
+ | <a href="page3.html">ABOUT DURGA POOJA</a><br><hr> | ||
+ | <a href="page4.html">LEADERS</a><br><hr> | ||
+ | <a href="page5.html">HOME IMAGE</a><br><hr> | ||
+ | <a href="page6.html">Help</a><br><hr> | ||
+ | <br></br> | ||
+ | <hr> | ||
+ | <h3><font color=red><b>Other Link...</b></font><h3> | ||
+ | <a href="google.com">Google</a><br> | ||
+ | <a href="yahoo.com">Yahoo</a><br> | ||
+ | <a href="bing.com.com">Bing</a><br> | ||
+ | </td> | ||
+ | <tr> | ||
+ | |||
+ | </tr> | ||
+ | |||
+ | |||
+ | <!-- ============ FOOTER SECTION ============== --> | ||
+ | <tr><td colspan="3" align="center" height="20" bgcolor="#05759C">ashutoshgupta</td></tr> | ||
+ | </table> | ||
+ | </body> | ||
+ | |||
+ | <html> | ||
+ | |||
+ | |||
+ | |||
===== Uploading Pages ===== | ===== Uploading Pages ===== |