html for web dev
html for web dev
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Brief description of your page, up to 155 characters for better
SEO.">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/services">Services</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<article>
</article>
</main>
<footer>
</footer>
<script type="application/ld+json">
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Your Page Title",
"url": "https://yourwebsite.com",
"author": {
"@type": "Person",
</script>
</body>
</html>