Subscribe Us

Responsive Advertisement

Advertisement

1.Output

 <!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>
     
       <script>
              alert("Hello I am ujjal");
              document.write("Hello Ujjal");
              document.write("<h1>Name Ujjal</h1><br>");
              document.write("Age 23");

        </script>

</body>
</html>

Post a Comment

0 Comments