File tree 1 file changed +55
-0
lines changed
1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > 🏴‍☠️ Complete Javascripts Course</ title >
8
+ < link href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css " rel ="stylesheet "
9
+ integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh " crossorigin ="anonymous " />
10
+ < style >
11
+ .box {
12
+ width : 100px ;
13
+ height : 100px ;
14
+ border : 1px solid black;
15
+ display : inline-block;
16
+ }
17
+ </ style >
18
+ </ head >
19
+
20
+ < body >
21
+ < br />
22
+ < br />
23
+ < center >
24
+ <!-- <input type="text" id="item"> -->
25
+ < br />
26
+ < div id ="wrapper "> 📃 🏪 👾</ div >
27
+ < br />
28
+ < div id ="message "> Complete JavaScript Course</ div >
29
+ <!-- <input type="button" class="btn btn-outline-warning" onClick="lookUp()" value="Find Text"> -->
30
+
31
+ < br /> < br />
32
+ </ center >
33
+ < script >
34
+ var message = document . getElementById ( "message" ) ;
35
+ var output = document . getElementById ( "output" ) ;
36
+ console . log ( a ) ;
37
+ var a = "Hello World" ;
38
+ console . log ( '====================================' ) ;
39
+ console . log ( a ) ;
40
+ console . log ( '====================================' ) ;
41
+ ( function ( ) {
42
+ console . log ( a ) ;
43
+ var a = "B is great" ;
44
+ } ) ( ) ;
45
+ </ script >
46
+
47
+
48
+
49
+ < script src ="https://code.jquery.com/jquery-3.5.0.js "
50
+ integrity ="sha256-r/AaFHrszJtwpe+tHyNi/XCfMxYpbsRg2Uqn0x3s2zc= " crossorigin ="anonymous "> </ script >
51
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js "> </ script >
52
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js "> </ script >
53
+ </ body >
54
+
55
+ </ html >
You can’t perform that action at this time.
0 commit comments