Friday, February 12, 2021

html dictionary:initiate html template

Keywords: initiation, initiate html template, html template page, simple page html, html beginner page, simple html codes, new page html, html new page codes, html default template, html doctype page, html new page tags 


<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

  <title>My Page Title</title>

  <meta name="description" content="My Page Description">

  <link rel="stylesheet" href="css/styles.css?v=1.0">

</head>

<body>

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

</body>

</html>

No comments:

Post a Comment