Advertisement
jessicakennedy1028

HTML markup template

Sep 11th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>The Title</title>
  6.         <meta name="description" content="The Website description">
  7.         <meta name="author" content="Your name">
  8.         <link rel="stylesheet" href="css/main.css">
  9.         <script src="js/main.js">
  10.     </head>
  11.     <body>
  12.         <!-- Here is where you markup is placed -->
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement