Paragraph tag is a tag to create a paragraph element in an HTML document.
paragraph form of writing code like the example below:
<p> text text text text </ p>
writing paragraph begins with <p> and ends with </ p>
for more details, please see the example code below:
<html>
<head>
Learning <title> Paragraph Tag </ title>
</ head>
<body>
<p>
This is an example of the first paragraph, this is an example of the first paragraph, this is an example of the first paragraph, this is an example of the first paragraph, this is an example of the first paragraph,
</ p>
<p>
This is an example of the second paragraph, this is an example of the second paragraph, this is an example of the second paragraph, this is an example of the second paragraph, this is an example of the second paragraph,
</ p>
<p> This is the third paragraph </ p>
<p> this is the fourth paragraph </ p>
<p align="right"> This is the 5th paragraph </ p>
<p align="center"> This is a paragraph to 6 </ p>
</ body>
</ html>
after you type the code above, please save it as "paragrap.html", if it please you run it using a web brows,
results as shown below.
0 komentar:
Post a Comment