<html>
<head>
<meta charset="utf-8">
<title>Learn HTML</title>
</head>
<body>
<h1>Learn HTML</h1>
<p>Learn Element and Structure HTML</p>
<button type="button" name="button">Message</button>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.