Skip to content

Commit

Permalink
JavaScript tutorial1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhayath64 committed Jul 24, 2023
1 parent 25e3a90 commit 241c0f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions JavaScript/Tutorial1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>
<body>
<h1>Hello</h1>
<script type="text/javascript">
document.write("<h1>Hello!</h1>");
console.log("Hello this is a log");
console.warn("Warning!!!");
console.error("This is a error");
</script>
</body>
</html>

0 comments on commit 241c0f7

Please sign in to comment.