File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 21
21
22
22
## Exercises
23
23
24
- Create a new folder called ** intro-comparisons** in ** week-01/4-thursday**
25
- Copy the ** index.html** and ** script.js** from the template folder into the ** intro-comparisons** folder
26
-
27
- The ** index.html** should be as follows. If it doesn't match then paste the code from below.
28
-
29
- ``` html
30
- <!DOCTYPE html>
31
- <html lang =" en" >
32
-
33
- <head >
34
- <meta charset =" utf-8" >
35
- <meta name =" viewport" content =" width=device-width, initial-scale=1, shrink-to-fit=no" >
36
- <meta name =" theme-color" content =" #000000" >
37
- <script type =" text/javascript" src =" script.js" ></script >
38
- </head >
39
-
40
- <body >
41
- <h1 >Open your console to view your code! </h1 >
42
- </body >
43
-
44
- </html >
45
- ```
46
-
47
24
Inside of ** script.js** complete the following exercises:
48
25
49
26
### Basic Requirements
You can’t perform that action at this time.
0 commit comments