(Example of HTML)

<!DOCTYPE html>
<html>

<head>
  <title>My first meta data</title>
</head>

<body>
<p>This is my first webpage</p>
</body>

</html>

(As seen in Browser)

This is my first webpage