HTML

Updated: 15 December 2023

HTML starter template

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>

Validator tool

Entities

https://developer.mozilla.org/en-US/docs/Glossary/Entity
https://www.w3.org/wiki/Common_HTML_entities_used_for_typography

Leave a comment