HTML Tags in JavaScript

HTML in JavaScript


<!DOCTYPE html>
<html>
<head>
            <title>KST Learning</title>
</head>
<body>
            <script>
                        document.write("<h1>KST Learning</h1><br>");
            </script>
</body>
</html>

See more details please watch my video Click Here

Post a Comment

Previous Post Next Post