Answers for "html5 website code template"

0

html 5 code template

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Your Title</title>
  <meta name="description" content="Your description">
  <meta name="author" content="You">
  <link rel="stylesheet" href="css/style.css">
</head>
<body>
  <script src="js/script.js"></script>
</body>
</html>
Posted by: Guest on January-15-2021

Browse Popular Code Answers by Language