Tuesday, February 23, 2021

html dictionary:biolerplate html

 Keywords:html boilerplate,html main page,html blank page,html dictionary,html code snippets,html learn,learn html,html beginner,html code for beginner



<!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>

1 comment: