Forum : Last HTML Assignment
Brief description  about Online courses   join in Online courses
View Vinod  Kumar 's Profile

Last HTML Assignment

Hi,

How do I justify the text as we do in Word

Regards
Vinod
Asked by Vinod Kumar | Feb 4, 2010 |  Reply now
Replies (3)
View sanjay s nair 's Profile
If you are using a table
<td align="justify">text to be justified goes here</td>


Feb 5, 2010
View vinod kumar 's Profile
Hi Sanjay,

I think this is in CSS section but I am doing the last assignment of HTML so what is it that I do to justify the table.

Regards
Vinod
Feb 5, 2010
View sanjay s nair 's Profile
In the CSS section you will learn how justify

<div style="text-align:justify">test to be justified goes here</div>
Feb 4, 2010