diff --git a/3-terrarium/1-intro-to-html/translations/.github/post-lecture-quiz.hi.md b/3-terrarium/1-intro-to-html/translations/.github/post-lecture-quiz.hi.md
index 20e9c845..fa27a0ca 100644
--- a/3-terrarium/1-intro-to-html/translations/.github/post-lecture-quiz.hi.md
+++ b/3-terrarium/1-intro-to-html/translations/.github/post-lecture-quiz.hi.md
@@ -1,17 +1,18 @@
-*Complete this quiz after the lesson by checking one answer per question.*
+_प्रति प्रश्न एक उत्तर की जाँच करके पाठ के बाद इस प्रश्नोत्तरी को पूरा करें._
-1. [Spans and Divs are interchangeable]
+1. [Spans और Divs विनिमेय हैं]
-- [ ] [true]
-- [ ] [false]
+- [ ] [सही]
+- [ ] [गलत]
-2. [The head of an HTML doc can contain:]
+2. [HTML डॉक के प्रमुख में क्या हो सकता है:]
-- [ ] [the title tag]
+- [ ] [title टैग ]
- [ ] [metadata]
-- [ ] [all the above]
+- [ ] [उपर्युक्त सभी]
-3. [You can't use deprecated tags in your markup]
-- [ ] [true]
-- [ ] [false]
-- [ ] [false, but they have been deprecated for good reason]
\ No newline at end of file
+3. [आप अपने मार्कअप में पदावनत टैग का उपयोग नहीं कर सकते हैं]
+
+- [ ] [सही]
+- [ ] [गलत]
+- [ ] [गलत है, लेकिन उन्हें अच्छे कारण के लिए पदावनत किया गया है]
diff --git a/3-terrarium/1-intro-to-html/translations/.github/pre-lecture-quiz.hi.md b/3-terrarium/1-intro-to-html/translations/.github/pre-lecture-quiz.hi.md
index 0f47a340..8b700ad5 100644
--- a/3-terrarium/1-intro-to-html/translations/.github/pre-lecture-quiz.hi.md
+++ b/3-terrarium/1-intro-to-html/translations/.github/pre-lecture-quiz.hi.md
@@ -1,19 +1,19 @@
-*A warm-up quiz about HTML*
+_HTML के बारे में एक वार्म-अप क्विज़_
-Complete this quiz in class
+इस क्विज को कक्षा में पूरा करें
-1. HTML stands for 'HyperText Mockup Language'
+1. HTML का फुल फॉर्म 'HyperText Mockup Language' है
-- [ ] [true]
-- [ ] [false]
+- [ ] [सही]
+- [ ] [गलत]
-2. All HTML tags need both opening and closing tags
+2. सभी HTML टैग को टैग खोलने और बंद करने दोनों की आवश्यकता होती है
-- [ ] [true]
-- [ ] [false]
+- [ ] [सही]
+- [ ] [गलत]
-3. Using semantic markup is most important for
+3. क्या करने के लिए सिमेंटिक मार्कअप का उपयोग करना सबसे महत्वपूर्ण है
- [ ] [code readability]
-- [ ] [screen readers]
-- [ ] [maintenance]
\ No newline at end of file
+- [ ] [स्क्रीन रीडर]
+- [ ] [संरक्षण]
diff --git a/3-terrarium/1-intro-to-html/translations/assignment.hi.md b/3-terrarium/1-intro-to-html/translations/assignment.hi.md
index 536f1806..a4e764a6 100644
--- a/3-terrarium/1-intro-to-html/translations/assignment.hi.md
+++ b/3-terrarium/1-intro-to-html/translations/assignment.hi.md
@@ -1,11 +1,11 @@
-# Practice your HTML: Build a blog mockup
+# अपने HTML का अभ्यास करें: एक ब्लॉग मॉकअप बनाएँ
-## Instructions
+## अनुदेश
-Imagine you are designing, or redesigning, your personal web site. Create a graphical markup of your site, and then write down the HTML markup you would use to build out the various elements of the site. You can do this on paper, and scan it, or use software of your choice, just make sure to hand-code the HTML markup.
+कल्पना कीजिए कि आप अपनी निजी वेब साइट को डिजाइन कर रहे हैं, या नया स्वरूप दे रहे हैं . अपनी साइट का एक चित्रमय मार्कअप बनाएं, और फिर HTML मार्कअप को लिखें, जिसका उपयोग आप साइट के विभिन्न तत्वों का निर्माण करने के लिए करेंगे . आप इसे कागज पर कर सकते हैं, और इसे स्कैन कर सकते हैं, या अपनी पसंद के सॉफ़्टवेयर का उपयोग कर सकते हैं, बस HTML मार्कअप को हाथ से कोड करना सुनिश्चित करें.
-## Rubric
+## शीर्ष
-| Criteria | Exemplary | Adequate | Needs Improvement |
-| -------- | ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
-| | A blog layout is represented visually with at least 10 elements of markup displayed | A blog layout is represented visually with around 5 elements of markup displayed | A blog layout is represented visually with at most 3 elements of markup displayed |
\ No newline at end of file
+| मानदंड | उदाहरणात्मक | पर्याप्त | सुधार की जरूरत |
+| ------ | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------- |
+| | एक ब्लॉग लेआउट को विसुआलय रूप से प्रदर्शित किया जाता है जिसमें कम से कम 10 तत्व प्रदर्शित होते हैं | प्रदर्शित लेआउट के लगभग 5 तत्वों के साथ एक ब्लॉग लेआउट नेत्रहीन दर्शाया गया है | प्रदर्शित लेआउट के अधिकांश 3 तत्वों के साथ एक ब्लॉग लेआउट नेत्रहीन रूप से दर्शाया गया है |