+
+
\ No newline at end of file
diff --git a/TMP2022/Deepak Yadav/Week2/Project1/readme.md b/TMP2022/Deepak Yadav/Week2/Project1/readme.md
new file mode 100644
index 00000000..98356d75
--- /dev/null
+++ b/TMP2022/Deepak Yadav/Week2/Project1/readme.md
@@ -0,0 +1,32 @@
+
+# Techrity Week 2 Project: Making a Website to showcase Your details
+This is the first Project of Week 2 which is with pure HTML only.
+
+# Content
+- [Overview](#Overview)
+- [Programming Lanuages](#Programming-languages)
+- [Screenshot](#Screenshots)
+- [Author](#Authors)
+- [Acknowledgements](#acknowledgements)
+
+## Overview
+- The challenge
+ - #1 Website that shows your Details, which contains your Name, Contact informations, and other details.
+## Programming languages
+- HTML
+## Screenshots
+
+
+
+
+## Authors
+
+- GitHub:[@Deepakyadav01233](https://github.com/Deepakydv01233)
+- Linkedin: [@deepakyadav01233](https://www.linkedin.com/in/deepakyadav01233/)
+
+# Acknowledgements
+## Mentor
+- [@Siddhi Bhanushali](https://github.com/siddhi-244)
+## Websites
+- [W3School](https://www.w3schools.com/)
+
diff --git a/TMP2022/Deepak Yadav/Week2/Project2/images/project2.png b/TMP2022/Deepak Yadav/Week2/Project2/images/project2.png
new file mode 100644
index 00000000..f33e1d8c
Binary files /dev/null and b/TMP2022/Deepak Yadav/Week2/Project2/images/project2.png differ
diff --git a/TMP2022/Deepak Yadav/Week2/Project2/index.html b/TMP2022/Deepak Yadav/Week2/Project2/index.html
new file mode 100644
index 00000000..3658b83b
--- /dev/null
+++ b/TMP2022/Deepak Yadav/Week2/Project2/index.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+ Document
+
+
+
Form :
+
+
+
\ No newline at end of file
diff --git a/TMP2022/Deepak Yadav/Week2/Project2/readme.md b/TMP2022/Deepak Yadav/Week2/Project2/readme.md
new file mode 100644
index 00000000..9804f157
--- /dev/null
+++ b/TMP2022/Deepak Yadav/Week2/Project2/readme.md
@@ -0,0 +1,32 @@
+
+# Techrity Week 2 - Project 2: Create a form with Pure HTML
+This is the Second Project of Week 2 which is with pure HTML only.
+
+# Content
+- [Overview](#Overview)
+- [Programming Lanuages](#Programming-languages)
+- [Screenshot](#Screenshots)
+- [Author](#Authors)
+- [Acknowledgements](#acknowledgements)
+
+## Overview
+- The challenge
+ - Create a HTML form
+ - Takes input From User
+ - Like Name, Gender, Age, Degree, Resume and Brief Introduction
+## Programming languages
+- HTML
+## Screenshots
+
+
+
+## Authors
+
+- GitHub:[@Deepakyadav01233](https://github.com/Deepakydv01233)
+- Linkedin: [@deepakyadav01233](https://www.linkedin.com/in/deepakyadav01233/)
+
+# Acknowledgements
+## Mentor
+- [@Siddhi Bhanushali](https://github.com/siddhi-244)
+## Websites
+- [W3School](https://www.w3schools.com/)
diff --git a/TMP2022/Deepak Yadav/Week2/Project3/images/project3.png b/TMP2022/Deepak Yadav/Week2/Project3/images/project3.png
new file mode 100644
index 00000000..0516b33d
Binary files /dev/null and b/TMP2022/Deepak Yadav/Week2/Project3/images/project3.png differ
diff --git a/TMP2022/Deepak Yadav/Week2/Project3/index.html b/TMP2022/Deepak Yadav/Week2/Project3/index.html
new file mode 100644
index 00000000..e12f0575
--- /dev/null
+++ b/TMP2022/Deepak Yadav/Week2/Project3/index.html
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+ Document
+
+
+
Project 3
+
Table
+
+
+
+
+ S.No.
+
+
+ Tag
+
+
+ Description
+
+
+
+
+
+
+ 1.
+
+
+ < !DOCTYPE >
+
+
+ Defines the document type
+
+
+
+
+ 2.
+
+
+ < a >
+
+
+ Defines a Hyperlink
+
+
+
+
+ 3.
+
+
+ < img >
+
+
+ Used to add image
+
+
+
+
+ 4.
+
+
+ < b > ......< / b >
+
+
+ Makes a text/sentence Bold
+
+
+
+
+ 5.
+
+
+ < p >........< / p >
+
+
+ Defines the Pragraph
+
+
+
+
+ 6.
+
+
+ < br >
+
+
+ Breaks Line
+
+
+
+
+ 7.
+
+
+ < hr >
+
+
+ Adds a horizontle Line
+
+
+
+
+ 8.
+
+
+ < table >.........< / table >
+
+
+ Defines the Table
+
+
+
+
+ 9.
+
+
+ < input >
+
+
+ Defines the input type
+
+
+
+
+ 10.
+
+
+ < thead >.......< / thead >
+
+
+ Defines the Head Section in a Table
+
+
+
+
+ 11.
+
+
+ < tbody >......< / tbody >
+
+
+ Defines the Body Section in a Table
+
+
+
+
+ 12.
+
+
+ < tfoot >......< / tfoot >
+
+
+ Defines the Foot Section in a Table
+
+
+
+
+ 13.
+
+
+ < ul >.......< / ul >
+
+
+ Defines the Unordered List type
+
+
+
+
+ 14.
+
+
+ < ol >........< / ol >
+
+
+ Defines the Ordered List type
+
+
+
+
+ 15.
+
+
+ < li >.......< / li >
+
+
+ Defines the List items
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/TMP2022/Deepak Yadav/Week2/Project3/readme.md b/TMP2022/Deepak Yadav/Week2/Project3/readme.md
new file mode 100644
index 00000000..07bf4723
--- /dev/null
+++ b/TMP2022/Deepak Yadav/Week2/Project3/readme.md
@@ -0,0 +1,31 @@
+
+# Techrity Week 2 - Project 3: Create a Table which show 15 tags of HTML
+This is the Third Project of Week 2 which is with pure HTML only.
+
+# Content
+- [Overview](#Overview)
+- [Programming Lanuages](#Programming-languages)
+- [Screenshot](#Screenshots)
+- [Author](#Authors)
+- [Acknowledgements](#acknowledgements)
+
+## Overview
+- The challenge
+ - Create a HTML Table
+ - Which shows the different 15 tag of HTML
+## Programming languages
+- HTML
+## Screenshots
+
+
+
+## Authors
+
+- GitHub:[@Deepakyadav01233](https://github.com/Deepakydv01233)
+- Linkedin: [@deepakyadav01233](https://www.linkedin.com/in/deepakyadav01233/)
+
+# Acknowledgements
+## Mentor
+- [@Siddhi Bhanushali](https://github.com/siddhi-244)
+## Websites
+- [W3School](https://www.w3schools.com/)
diff --git a/TMP2022/Deepak Yadav/Week2/Project4/aboutus.html b/TMP2022/Deepak Yadav/Week2/Project4/aboutus.html
new file mode 100644
index 00000000..fd302376
--- /dev/null
+++ b/TMP2022/Deepak Yadav/Week2/Project4/aboutus.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+ Document
+
+
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem
+ Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
+
+
From Director Desk
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem
+ Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
+
+
\ No newline at end of file
diff --git a/TMP2022/Deepak Yadav/Week2/Project4/contact.html b/TMP2022/Deepak Yadav/Week2/Project4/contact.html
new file mode 100644
index 00000000..90686c77
--- /dev/null
+++ b/TMP2022/Deepak Yadav/Week2/Project4/contact.html
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+ Document
+
+
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem
+ Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
+
+
From Director Desk
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem
+ Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
+
+
\ No newline at end of file
diff --git a/TMP2022/Deepak Yadav/Week3/Project4/contact.html b/TMP2022/Deepak Yadav/Week3/Project4/contact.html
new file mode 100644
index 00000000..14efaa12
--- /dev/null
+++ b/TMP2022/Deepak Yadav/Week3/Project4/contact.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+ ABC Public School
+
+
+
+
+
+