answersLogoWhite

0

Yes, Through the following code: <p align ="justify">

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What are 4 ways to align text?

Left, Right, Centred and Justified.


How can you justified the text in Microsoft Word?

Click the Justify text button on the home tab. It is in with the align text buttons.


What do you call the alignment of text centered between left and right margins?

Just use the align="" attribute in the tag surrounding the text: &lt;p align="center"&gt;This text will be aligned inside the container it is.&lt;/p&gt; Of course that can be styled with CSS: p { text-align: center; } That will make every set of "p" tags centered.


What is an align attribute in HTML?

It allows you to align things, like text, to the left, right or centre.


What does div mean?

A div tag in HTML represents a division, usually with its own style, class, or alignment. For example, the HTML &lt;div align=center&gt;Text&lt;/center&gt; would align the text in the center of the page


How text align to right in jmesa htmlcolumn?

You can align HTML column by align attribute. The attribute could be aligned in the element you want to move.


What sign is it when text align at the left margin?

It is not clear what this question means by the word "sign," but when text is aligned to the left margin the text is left justified.


Left align table HTML?

I believe you can only align things in CSS. Using CSS left-aligning the table would require doing this:YOUR TABLE HEREThen in the part you would write this:#table{text-align: left}If you didn't get what I just said I suggest going to W3schools.com and going to the CSS tutorial.


What is the correct HTML to left-align the content inside a tablecell?

&lt;td style="text-align:left"&gt;


How do you text align an image in an HTML?

If you want the image to align left, then use the ALIGN=LEFT tag. If you want it to align to the right, use the ALIGN=RIGHT tag. &lt;IMG SRC="image URL" ALIGN=RIGHT&gt;


How can you align the text in a cell?

Left - aligns everything to the left Right - aligns everything to the right Centre - aligns everything to the middle Justify - stretches the text so it lines up at each margin


In which text alignment option are the left and right margins even?

Either fully-justified or centered.