Skip to content

Commit

Permalink
Merge pull request #72 from mt-evarest/mtevarestNewBranch
Browse files Browse the repository at this point in the history
hello world alert html
  • Loading branch information
Raksha1906 authored Oct 26, 2020
2 parents 56968e0 + 73fc8b4 commit fae3175
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Codes/helloworldAlert.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<html>
<body>

<button onclick="myFunction()">Hello World?</button>
<script>
function myFunction() {
alert("Hello World");
}
</script>

</body>
</html>
3 changes: 3 additions & 0 deletions Intro/eva-intro.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Hi!
My name is Eva and I'm a Commerce Graduate currently pursuing a career in IT Consulting.
From a non-coding background, I'm trying to get familiar with programming right now.

0 comments on commit fae3175

Please sign in to comment.