File tree Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > JavaScript Tutorial</ title >
7
+ < link rel ="stylesheet " href ="./css/style.css " />
8
+ </ head >
9
+ < body >
10
+ < h1 class ="main-heading "> Welcome to this otaku kingdom</ h1 >
11
+ < p class ="sub-heading "> You can find different types of anime here.</ p >
12
+ < ul class ="anime-list ">
13
+ < li > One piece</ li >
14
+ < li > Naruto</ li >
15
+ < li > One Punch Man</ li >
16
+ < li > Dr. Stone</ li >
17
+ < li > Haikyuu</ li >
18
+ < li > Boku no hero academia</ li >
19
+ </ ul >
20
+ < script src ="./js/script.js "> </ script >
21
+ </ body >
22
+ </ html >
Original file line number Diff line number Diff line change
1
+ console . log ( 'Welcome to day 23' )
2
+ console . log ( 'Dom manipulation' )
Original file line number Diff line number Diff line change 96
96
```
97
97
Day 23
98
98
```
99
- * [ Day 23] ( https://blog.nerdjfpb.com/javascript-part-23/ ) - Dom manipulation
99
+ * [ Day 23] ( https://blog.nerdjfpb.com/javascript-part-23/ ) - Dom Manipulation
100
+ ```
101
+ Day 24
102
+ ```
103
+ * [ Day 24] ( https://blog.nerdjfpb.com/javascript-part-24/ ) - Dom Selector
You can’t perform that action at this time.
0 commit comments