Friday, February 19, 2021

html dictionary:html empty page

Keywods: html empty page, html page, html begin page, html learn page, learn html page, learn page html, beginner page html, intro page html,doctype page html,empty page html, clean page html,new page html



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