- 2 Downloads
- 69 Views
- Download Now View Demo
- HTML
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>HTML</title>
</head>
<body>
<html>
<head>
<title> Your first webpage!</title>
</head>
<body>
<h1> This is a heading <h/1>
<hr>
<p>
This is a paragraph - yep, it is a
short one!
</p>
</body>
</html>
</body>
</html>