Forum : Paragraph tag
Brief description  about Online courses   join in Online courses
View Anonymous  Anonymouse 's Profile

Paragraph tag

so,what does justify attribute does!!!help me out with a code!!!thank you
Asked by Anonymous Anonymouse | Feb 27, 2010 |  Reply now
Replies (2)
View anonymous anonymouse 's Profile
Thank you...for helping me out.....

BY the way....I tried this but the result was same....kindly , help me out...with a difference ...

with using 'justify' attribute

<p align=justify>Windows XP provides tools and programs designed to keep your computer safe, manage your system, and perform regularly scheduled maintenance that keeps your computer running at optimum performance. Learn how to free up disk space, restore your system, create regularly scheduled tasks, and more.</p>

o/p
the above text in equally spaced format.....

with out using 'justify' attribute

<p>Windows XP provides tools and programs designed to keep your computer safe, manage your system, and perform regularly scheduled maintenance that keeps your computer running at optimum performance. Learn how to free up disk space, restore your system, create regularly scheduled tasks, and more</p>

o/p

same result...as above
(equally spaced ....neat and tidy)
Feb 28, 2010
View kurian joseph 's Profile

<div align=justify>Windows XP provides tools and programs designed to keep your computer safe, manage your system, and perform regularly scheduled maintenance that keeps your computer running at optimum performance. Learn how to free up disk space, restore your system, create regularly scheduled tasks, and more.</div>
<!---Watch after justifying the spaces in between words and paragraphs are adjusted equally and wrapped down to the next line. Looks neat and tidy.---->
Feb 28, 2010