Basic Semantic HTML Template
A semantic element clearly describes its meaning to both the browser and the developer.
<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML5 Template</title>
</head>
<body>
<!-- HEADER -->
<header>
<h1>Website</h1>
</header...
calebjsmithio.hashnode.dev1 min read