0% found this document useful (0 votes)
8 views1 page

PRGM2

The document is an HTML example featuring a title and two paragraphs separated by a horizontal rule. The first paragraph is positioned at the top, while the second is at the bottom. It demonstrates basic HTML structure and formatting.

Uploaded by

Shobha Hiremath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

PRGM2

The document is an HTML example featuring a title and two paragraphs separated by a horizontal rule. The first paragraph is positioned at the top, while the second is at the bottom. It demonstrates basic HTML structure and formatting.

Uploaded by

Shobha Hiremath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<html>

<head>
<title>Heading Example</title>
</head>
<body>
<p>This paragraph should be on top</p>
<hr>
<p>This paragraph should be on bottom</p>
</body>
</html>

You might also like