-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlecture6.html
19 lines (18 loc) · 875 Bytes
/
lecture6.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lecture 6 | JavaScript Standard Message Boxes | Console Object Full Tutorial</title>
</head>
<body>
<div>*****************************Tutorial Start 🔥 ********************************</div></br></br>
<h1>All the javascript code are in external js file named as lecture6.js</h1>
<script src="lecture6.js"></script>
<div> Follow this link to learn more about console object function
<a href="https://developer.mozilla.org/en-US/docs/Web/API/console">https://developer.mozilla.org/en-US/docs/Web/API/console</a>
</div>
<div>*****************************Tutorial End 🚀 ********************************</div>
</body>
</html>