Auto AdSense

Sunday, 3 May 2015

HTML paragraphs - HTML Programs

<html>
<body>

<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>

</body>
</html>

Output

This is a paragraph.
This is a paragraph.
This is a paragraph.

No comments:

Post a Comment