Nom HTML
<!--
<title>Text between</title>
-->
<!-- The <title> tag is inside the <head> tag. -->
<!-- Here is a basic html template: -->
<!DOCTYPE html>
<html>
<head>
<title>Title/Page name</title>
</head>
<body>
<p>Random text inside the p paragraph.</p>
</body>
</html>
Different Dog