Sunday, February 21, 2021

html dictionary:standard modern html template

Keywords: standard,standart, modern html, new html page, html page template, template html, html new page code, html new template, standard modern html template


 <!doctype html>

<html>

<head>

<title>Some Title</title>

<meta name="description" content="the description">

<meta name="author" content="the content">

<link rel="stylesheet" href="css/main.css">

</head>

<body>

<h1> Some Body </h1>

<script src="js/scripts.js"></script>

</body>

</html>

No comments:

Post a Comment