├── Img1.avif
├── index.html
└── index2.html
/Img1.avif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nitinrajputind/handson1/3e017316cf3e5bdb58d36cbf134eb26f0d4da50a/Img1.avif
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | First handson
8 |
9 |
10 | Practice Assessment 1
11 |
12 | Link to website open in new tab
15 | Link to website open in Same tab
17 | Link to internal file
18 |
19 | Image kept inside folder
20 | 
22 |
23 | Upload image
24 |
29 |
30 | Lists
31 | Click here
32 |
33 |
34 |
--------------------------------------------------------------------------------
/index2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Document
8 |
9 |
10 | LISTS
11 | Ordered Lists
12 | Numeric
13 |
14 | - Item 1
15 | - Item 2
16 |
17 |
18 | Lowercase Letters
19 |
20 | - Item 1
21 | - Item 2
22 |
23 |
24 | Uppercase Letters
25 |
26 | - Item 1
27 | - Item 2
28 |
29 |
30 | Uppercase Roman Numbers
31 |
32 | - Item 1
33 | - Item 2
34 |
35 |
36 |
37 | Lowercase Roman Numbers
38 |
39 | - Item 1
40 | - Item 2
41 |
42 |
43 | Unordered List
44 |
45 | Default
46 |
47 | - item 1
48 | - item 2
49 | - item 3
50 |
51 |
52 | none
53 |
54 | - item 1
55 | - item 2
56 | - item 3
57 |
58 |
59 | Disc
60 |
61 | - item 1
62 | - item 2
63 | - item 3
64 |
65 |
66 | Circle Style
67 |
68 | - item 1
69 | - item 2
70 | - item 3
71 |
72 |
73 | Square Style
74 |
75 | - item 1
76 | - item 2
77 | - item 3
78 |
79 |
80 |
81 | Mix
82 |
83 | - Mobile Development
84 | - web Development
85 |
86 | - React
87 | - Angular
88 |
89 |
90 | - Cloud Service
91 |
92 |
93 | Go Back
94 |
95 |
--------------------------------------------------------------------------------