Virajsinh

html structure

Jan 28th, 2020
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4.     <!-- Required meta tags-->
  5.     <meta charset="utf-8">
  6.     <meta name="keywords" content="">
  7.     <meta name="description" content="">
  8.     <meta name="author" content="">
  9.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.    
  11.     <!-- Page Title -->
  12.     <title> WebSite Title </title>
  13.  
  14.     <!-- Main CSS-->
  15.     <link href="css/custom.css" rel="stylesheet" media="all">
  16. </head>
  17. <body>
  18.     <header>
  19.         <!-- Header File -->
  20.     </header>
  21.  
  22.     <main> 
  23.         <!-- Main Content Here -->
  24.     </main>
  25.    
  26.     <footer>
  27.         <!-- Footer File -->
  28.     </footer>
  29.  
  30.     <!-- Jquery JS-->
  31.     <script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
  32. </body>
  33. </html>
Add Comment
Please, Sign In to add comment