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

HTML Practice

The document is an HTML page with a title and a heading. It contains a single paragraph of text. The structure follows standard HTML formatting.

Uploaded by

PRINCESS
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)
9 views1 page

HTML Practice

The document is an HTML page with a title and a heading. It contains a single paragraph of text. The structure follows standard HTML formatting.

Uploaded by

PRINCESS
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

<!

DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1> This is a heading </h1>
<p>This is a paragraph </p>
</body>
</html>

You might also like