Skip to content

Commit

Permalink
JavaScript Assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
adildotes committed Mar 3, 2024
0 parents commit 98bb2e1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>js Assignment</title>
</head>
<body>



<script src="script.js"></script>
</body>
</html>
9 changes: 9 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


document.write("<h1>Hello <span style='color:green;'>JavaScript</span> Planet</h1>")

document.write("<p>I am the <b>master</b> of my own fate.</p>")

document.write("<p>i am the <b>champion</b> of my own soule</p>")

document.write("<p>i am the <b>superhero</b> of my own soule</p>")

0 comments on commit 98bb2e1

Please sign in to comment.