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

!doctype HTML

The document is an HTML file that contains a simple structure with a heading and a paragraph. The heading is labeled 'My first heading' and the paragraph contains the text 'my first para'. It serves as an introductory example of HTML formatting.

Uploaded by

invictus azmun
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)
10 views1 page

!doctype HTML

The document is an HTML file that contains a simple structure with a heading and a paragraph. The heading is labeled 'My first heading' and the paragraph contains the text 'my first para'. It serves as an introductory example of HTML formatting.

Uploaded by

invictus azmun
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

<!

DOCTYPE html>
<html>
<body>
<h1> My first heading </h1>
<p> my first para </p>
</body>
</html>

You might also like