You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30-Days-Of-JavaScript/01_Day_Introduction/day_01/index.html

15 lines
417 B

<!DOCTYPE html>
<html lang="en">
<head>
<title>
JS practice
</title>
</head>
<body>
<h1>Day-01 of JS</h1>
<script src=./helloworld></script>
<script src=./introduction.js></script>
<script src="./main.js"></script>
<script src="./variables.js"></script>
<button onclick="alert('WELCOME to Day-01 of JS')";>Check</button>
</html>