The paragraph text editing element has a base element for <p> tag for a paragraph
He keeps the top and bottom row under the text to make it clear, and the browser will take it as it is.
Example-
<p>The paragraph is a base element in text editing. The tag for a paragraph is <p>.</p>
<p>He places a empty line above and under the text to make it evident, and the browser will take it as it is.</p>
Output -
The paragraph is a base element in text editing. The tag for a paragraph is
He places a empty line above and under the text to make it evident, and the browser will take it as it is.
Paragraph, justify
The paragraph can be edited in almost the same easy way as a text editor. The next example is created with the help of justification properties.
Example-
<p align="justify">The paragraph can be edited in almost the same easy way as a text editor. The next example is created with the help of justification properties. <p>. he next example is created with the help of justification properties.</p>
Output -
The paragraph can be edited in almost the same easy way as a text editor. The next example is created with the help of justification properties.
The next example is created with the help of justification properties.
Centered paragraph
Example-
<p align="center">The paragraph is a base element in text editing. The paragraph<br /> is a base element in text editing. The tag for a paragraph is <p>. <br />This one places a empty line above and under the text to make it evident, and the browser will take it as it is.</p>
Output -
is a base element in text editing. The tag for a paragraph is <p>.
This one places a empty line above and under the text to make it evident,
and the browser will take it as it is.
0 comments:
Post a Comment