Advertisement
Sichanov

08. Modern JavaScript

Jan 15th, 2023
900
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <link rel="stylesheet" href="modern-javascript.css">
  8.     <title>Modern Javascript</title>
  9. </head>
  10. <body>
  11.     <main id="wrapper">
  12.         The modern JavaScript Tutorial
  13.         <h1>The JavaScript language <sup>1.0</sup></h1>
  14.         <h2>The JavaScript language <sup>1.0</sup> An introduction</h2>
  15.         <ul type="discs">
  16.             <li>Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP.</li>
  17.             <li>We concentrate on the language itself here, with the minimum of environment-specific notes.</li>
  18.         </ul>
  19.         <hr>
  20.         <footer>�2007�2021 All rights reserved.</footer>
  21.     </main>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement