Last active 7 hours ago

Revision 32fa777d32f69491f42d52224c49276bc72eab04

testhtml.html Raw
1<!doctype html>
2<html>
3 <head>
4 <title>This is the title of the webpage!</title>
5 </head>
6 <body>
7 <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
8 </body>
9</html>