├── 1.1-HTML └── index.html ├── 1.10-HTML-Video-Audio-and-Media-in-HTML ├── Assets │ ├── Poster │ │ └── Lovely by billy and khalid.png │ └── Video │ │ ├── Billie_Eilish,_Khalid_-_lovely_(Official_Music_Video)(1080p).mp4 │ │ └── Sia_-_Cheap_Thrills_(Lyrics)_ft._Sean_Paul(1080p).mp4 ├── img.svg ├── index.html └── style.css ├── 1.11-HTML-Semantic-Tags ├── index.html └── style.css ├── 1.12-HTML-Media-Player ├── Assets │ ├── Audios │ │ ├── 1.mp3 │ │ ├── 2.mp3 │ │ ├── 3.mp3 │ │ ├── 4.mp3 │ │ ├── 5.mp3 │ │ ├── 6.mp3 │ │ ├── 7.mp3 │ │ └── BLACKPINKE28098ShutDownE28099MV128kRingtone.mp3 │ └── Videos │ │ ├── 1.mp4 │ │ ├── 2.mp4 │ │ ├── 3.mp4 │ │ ├── 4.mp4 │ │ ├── 5.mp4 │ │ ├── 6.mp4 │ │ └── 7.mp4 └── index.html ├── 1.13-HTML-Entities,CodeTag,etc └── index.html ├── 1.2-HTML └── index.html ├── 1.3-HTML-Basic-Structure ├── index.html ├── script.js └── style.css ├── 1.4-HTML - Bookmark Manager ├── bookmarkmanager.html ├── index.html ├── script.js └── style.css ├── 1.5-HTML-image-lists-and-tables-in-html ├── Assets │ └── pexels-jeferson-melo-18437534.jpg ├── index.html ├── script.js └── style.css ├── 1.6-HTML-SEO-and-Core-Web-Vitals ├── index.html ├── script.js └── style.css ├── 1.7-HTML-forms-and-input-tag-in-html ├── index.html ├── script.js └── style.css ├── 1.8-HTML-Inline-and-Block-Element ├── Comprehensive List.txt ├── index.html └── style.css ├── 1.8-HTML-homework-html-forms ├── index.html └── style.css ├── 1.9-HTML-ID-and-Classes-In-HTML ├── index.html └── style.css ├── 2.1-CSS-Introduction ├── index.html └── style.css ├── 2.2-CSS-Inline-Internal-and-External-CSS ├── index.html └── style.css ├── 2.3-CSS-Selectors-Masterclass ├── index.html └── style.css └── 2.4-CSS-Box-Model-Margin-Padding-Borders ├── index.html └── style.css /1.1-HTML/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Document 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /1.10-HTML-Video-Audio-and-Media-in-HTML/Assets/Poster/Lovely by billy and khalid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.10-HTML-Video-Audio-and-Media-in-HTML/Assets/Poster/Lovely by billy and khalid.png -------------------------------------------------------------------------------- /1.10-HTML-Video-Audio-and-Media-in-HTML/Assets/Video/Billie_Eilish,_Khalid_-_lovely_(Official_Music_Video)(1080p).mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.10-HTML-Video-Audio-and-Media-in-HTML/Assets/Video/Billie_Eilish,_Khalid_-_lovely_(Official_Music_Video)(1080p).mp4 -------------------------------------------------------------------------------- /1.10-HTML-Video-Audio-and-Media-in-HTML/Assets/Video/Sia_-_Cheap_Thrills_(Lyrics)_ft._Sean_Paul(1080p).mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.10-HTML-Video-Audio-and-Media-in-HTML/Assets/Video/Sia_-_Cheap_Thrills_(Lyrics)_ft._Sean_Paul(1080p).mp4 -------------------------------------------------------------------------------- /1.10-HTML-Video-Audio-and-Media-in-HTML/img.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /1.10-HTML-Video-Audio-and-Media-in-HTML/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Video, Audio and Media in HTML 8 | 9 | 10 | 11 | 13 | 16 | 17 | 18 | 19 | My SVG Image 20 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /1.10-HTML-Video-Audio-and-Media-in-HTML/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.10-HTML-Video-Audio-and-Media-in-HTML/style.css -------------------------------------------------------------------------------- /1.11-HTML-Semantic-Tags/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Semantic Tags 8 | 9 | 10 | 11 | 12 |
13 | 21 |
22 |

Semantic Tags

23 |
24 | 27 |
28 | 29 | 30 | -------------------------------------------------------------------------------- /1.11-HTML-Semantic-Tags/style.css: -------------------------------------------------------------------------------- 1 | /* li { 2 | display: flex; 3 | } */ -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Audios/1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Audios/1.mp3 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Audios/2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Audios/2.mp3 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Audios/3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Audios/3.mp3 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Audios/4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Audios/4.mp3 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Audios/5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Audios/5.mp3 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Audios/6.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Audios/6.mp3 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Audios/7.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Audios/7.mp3 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Audios/BLACKPINKE28098ShutDownE28099MV128kRingtone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Audios/BLACKPINKE28098ShutDownE28099MV128kRingtone.mp3 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Videos/1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Videos/1.mp4 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Videos/2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Videos/2.mp4 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Videos/3.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Videos/3.mp4 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Videos/4.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Videos/4.mp4 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Videos/5.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Videos/5.mp4 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Videos/6.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Videos/6.mp4 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/Assets/Videos/7.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.12-HTML-Media-Player/Assets/Videos/7.mp4 -------------------------------------------------------------------------------- /1.12-HTML-Media-Player/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Media Player 8 | 9 | 10 | 11 |

My Playlist

12 |
13 |
My Videos 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 |
23 |
My Audios 24 |
25 | 34 |
35 | 36 | 37 | -------------------------------------------------------------------------------- /1.13-HTML-Entities,CodeTag,etc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | This is the code for a paragraph <p></p> 12 |
13 |     This is a pre tag
14 | 
15 |                       This is what it does.
16 | 
17 |             We can now preserve spaces.
18 |     
19 | copyright © skg007
20 | copyright © 21 |                                          22 | skg007 23 |
quotation text here.
24 | quotation text here 25 |
26 | This is a long quote from an external source. This quote can span multiple lines and paragraphs. 27 |
28 | The philosopher said, The unexamined life is not worth living. 29 |

This is HTML Boilerplate

30 |

31 |     <!DOCTYPE html >
32 |     <html lang="en" >
33 |     <head >
34 |         <meta charset="UTF-8" >
35 |         <meta name="viewport" content="width=device-width, initial-scale=1.0" >
36 |         <title>Document</title>
37 |     </head>
38 |     <body>
39 |         
40 |     </body>
41 |     </html>
42 |     
43 | 44 | 45 | -------------------------------------------------------------------------------- /1.2-HTML/index.html: -------------------------------------------------------------------------------- 1 | Hello world -------------------------------------------------------------------------------- /1.3-HTML-Basic-Structure/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Shubham Ki First Website 7 | 8 | 9 | 10 | Hey this is my first Website (I'm lying😜). Herry Bhai ka Sigma course achchha hai (I'm not lying 😎). 11 | 12 | 13 | -------------------------------------------------------------------------------- /1.3-HTML-Basic-Structure/script.js: -------------------------------------------------------------------------------- 1 | alert("Wlcome to Sigma Web Development Course!") -------------------------------------------------------------------------------- /1.3-HTML-Basic-Structure/style.css: -------------------------------------------------------------------------------- 1 | *{ 2 | background-color: orange; 3 | color: white; 4 | } -------------------------------------------------------------------------------- /1.4-HTML - Bookmark Manager/bookmarkmanager.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Bookmark Manager 7 | 8 | 9 |

My Bookmarks

10 |

Primary Bookmarks

11 |

Open Google

12 |

Open YouTube

13 |

Open Twitter

14 |

Open LinkedIn

15 |

Open CodeWithHarrya> 16 |

Open IITM BS

17 |

Secondary Bookmarks

18 |

Open Stack Overflow

19 |

Open Instagram

20 |

Open Facebook

21 | 22 | -------------------------------------------------------------------------------- /1.4-HTML - Bookmark Manager/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | My-Bookmarks 7 | 8 | 9 |

My Bookmarks

10 |

Main Bookmarks

11 |

Secondary Bookmarks

12 |

Secondary Bookmarks

13 |
Secondary Bookmarks
14 |
Secondary Bookmarks
15 |

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis illum eum voluptate excepturi, nulla quis ipsa aliquid? Magni, accusamus. Officia, dolorem? Sit, dolores?

16 |

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Adipisci ea laboriosam consequatur eligendi tenetur cumque error amet, a iste necessitatibus sequi harum nostrum?

17 |

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Adipisci ea laboriosam consequatur eligendi tenetur cumque error amet, a iste necessitatibus sequi harum nostrum?

18 |

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Adipisci ea laboriosam consequatur eligendi tenetur cumque error amet, a iste necessitatibus sequi harum nostrum?

19 | 20 | 21 | -------------------------------------------------------------------------------- /1.4-HTML - Bookmark Manager/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.4-HTML - Bookmark Manager/script.js -------------------------------------------------------------------------------- /1.4-HTML - Bookmark Manager/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.4-HTML - Bookmark Manager/style.css -------------------------------------------------------------------------------- /1.5-HTML-image-lists-and-tables-in-html/Assets/pexels-jeferson-melo-18437534.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.5-HTML-image-lists-and-tables-in-html/Assets/pexels-jeferson-melo-18437534.jpg -------------------------------------------------------------------------------- /1.5-HTML-image-lists-and-tables-in-html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Document 7 | 8 | 9 | image cargo train in jungle 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 |
Employee Details
nameGenderAgeDesignationLanguage
ShubhamMale22ProgrammerJavaScript
Abhishek26Web Developer
shubh26ProgrammerC++
shubh26ProgrammerPython
51 | 56 | 61 | 66 |
    67 |
  1. Shubham
  2. 68 |
  3. Kumar
  4. 69 |
  5. Gupta
  6. 70 |
71 |
    72 |
  1. Shubham
  2. 73 |
  3. Kumar
  4. 74 |
  5. Gupta
  6. 75 |
76 |
    77 |
  1. Shubham
  2. 78 |
  3. Kumar
  4. 79 |
  5. Gupta
  6. 80 |
81 |
    82 |
  1. Shubham
  2. 83 |
  3. Kumar
  4. 84 |
  5. Gupta
  6. 85 |
86 |
    87 |
  1. Shubham
  2. 88 |
  3. Kumar
  4. 89 |
  5. Gupta
  6. 90 |
91 |
92 |
Shubham
93 |
Ye mera first name hai
94 |
Kumar
95 |
Ye mera middle name hai. Bas pareshan karta hai forms bharne me kabhi kabhi
96 |
Gupta
97 |
Ye mera sirname hai. Bhai isi me sara dum hai.
98 |
99 | 100 | -------------------------------------------------------------------------------- /1.5-HTML-image-lists-and-tables-in-html/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.5-HTML-image-lists-and-tables-in-html/script.js -------------------------------------------------------------------------------- /1.5-HTML-image-lists-and-tables-in-html/style.css: -------------------------------------------------------------------------------- 1 | td{ 2 | border: 2px solid black; 3 | } -------------------------------------------------------------------------------- /1.6-HTML-SEO-and-Core-Web-Vitals/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | About Shubham 9 | 10 | 11 | 12 |

Shubham

13 |

Lorem ipsum dolor sit amet consectetur adipisicing elit. Vel rem numquam quis tempore nulla voluptas expedita ex 14 | delectus ipsum tempora pariatur unde esse error dignissimos consequatur animi voluptates, accusantium explicabo? 15 |

16 | 17 | 18 | -------------------------------------------------------------------------------- /1.6-HTML-SEO-and-Core-Web-Vitals/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.6-HTML-SEO-and-Core-Web-Vitals/script.js -------------------------------------------------------------------------------- /1.6-HTML-SEO-and-Core-Web-Vitals/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.6-HTML-SEO-and-Core-Web-Vitals/style.css -------------------------------------------------------------------------------- /1.7-HTML-forms-and-input-tag-in-html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Forms - Let's Learn it 8 | 9 | 10 | 11 |

Form to apply for IITM Python TA

12 |
13 |
14 | 15 | 16 |
17 |
18 | 19 | 20 | 21 | 22 | 23 |
24 |
25 | 26 | 27 |
28 |
29 | 30 |
31 | 32 |
33 |
34 | 39 |
40 | 41 | 42 | -------------------------------------------------------------------------------- /1.7-HTML-forms-and-input-tag-in-html/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.7-HTML-forms-and-input-tag-in-html/script.js -------------------------------------------------------------------------------- /1.7-HTML-forms-and-input-tag-in-html/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gptshubham/Sigma-Web-Development-CodeWithHarry/4f4867c165c7cb359c4c969fcf87b6a1d8653855/1.7-HTML-forms-and-input-tag-in-html/style.css -------------------------------------------------------------------------------- /1.8-HTML-Inline-and-Block-Element/Comprehensive List.txt: -------------------------------------------------------------------------------- 1 | Block Elements (Most Commonly Used First) 2 | 3 |
: A generic container for flow content. 4 |

: Paragraph. 5 |

,

,

,

,

,
: Headings. 6 |