1. HTML Boilerplate: This is the basic html boilerplate code
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>
    </head>
    <body>
        
    </body>
    </html> 
    HTML
  2. HTML with JavaScript: This is the basic ordered list
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>
        <script>
            let num = 543;
            let name = 'naheen'
            console.log(name);
    
            let num = 543;
            let name = 'naheen'
            console.log(name);
    
            let num = 543;
            let name = 'naheen'
            console.log(name);
            
            let num = 543;
            let name = 'naheen'
            console.log(name);
        </script>
    </head>
    <body>
        
    </body>
    </html>
    HTML
  3. HTML Boilerplate: This is the basic html boilerplate code
    var i = 45; 
    JavaScript
  4. HTML Boilerplate: This is the basic html boilerplate code
    var i = 45; 
    JavaScript