Html pearagraph
<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
OUTPUT
This is a paragraph.
This is another paragraph.
<html>
<body>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
OUTPUT
This is a paragraph.
This is another paragraph.
Comments
Post a Comment