├── 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 | This is prepbytes image
22 | 23 |

Upload image

24 | This image acess from another website 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 |
  1. Item 1
  2. 15 |
  3. Item 2
  4. 16 |
17 |
18 |

Lowercase Letters

19 |
    20 |
  1. Item 1
  2. 21 |
  3. Item 2
  4. 22 |
23 |
24 |

Uppercase Letters

25 |
    26 |
  1. Item 1
  2. 27 |
  3. Item 2
  4. 28 |
29 |
30 |

Uppercase Roman Numbers

31 |
    32 |
  1. Item 1
  2. 33 |
  3. Item 2
  4. 34 |
35 | 36 |
37 |

Lowercase Roman Numbers

38 |
    39 |
  1. Item 1
  2. 40 |
  3. Item 2
  4. 41 |
42 | 43 |

Unordered List

44 | 45 |

Default

46 | 51 | 52 |

none

53 | 58 | 59 |

Disc

60 | 65 | 66 |

Circle Style

67 | 72 | 73 |

Square Style

74 | 79 | 80 | 81 |

Mix

82 | 92 | 93 | Go Back 94 | 95 | --------------------------------------------------------------------------------