Simple HTML doubt.Please help fast!!!?

John Kelly

New member
I want to know how to align this paragraph. First see my HTML code to understand what i really want.

<html>
<head><title>Environment and pollution</title></head>
<body bgcolor="black" link=#FFFFFF alink=#FFFFFF vlink=#FFFFFF>
<center><font size=40><b><i> <font color="red"> Save the earth</font> </b></i> </center>
<p> <b> <font size=5> <table align=left><tr><td>
<tr><a href="home.html">Home</a><p></td>
<tr><a href="pollution.html">Pollution</a><p></tr>
<tr><a href="Recent.html">Recent Developments</a><p></tr>
<tr><a href="contact.html">Contact us</a><p></tr>
</tr></table> </b> </font> <font face="Comic Sans MS"> <font color="white"> <font size=5>
<h6> <p align=right>
<b> There has been constant increase in environmental pollution throughout the years. <br>
We can ourselves feel the devastating results of pollution.<br>Global warming,erratic monsoon and increase in incidence
of respiratory diseases<br></tr><tr> all prove this tragic fact.<br> So, it is high time that we should save our environment.<br>
Let's join our hands to together fight pollution as its very true <i>"When we heal the earth,<br>we heal ourselves." </i> <br>
<font color="red"> Browse through the website to know more aboul pollution and its effects.</font>
</b> </h6> </font> </p></html>
But if u see the code in the browser the links ie-home,etc appear at left but the text appears at the bottom of site. But i want the paragraph to appear side by side with link.Please help me.
 
Back
Top