mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-31 18:32:16 +02:00
Added intial files for hindi translation
This commit is contained in:
17
3-terrarium/1-intro-to-html/translations/.github/post-lecture-quiz.hi.md
vendored
Normal file
17
3-terrarium/1-intro-to-html/translations/.github/post-lecture-quiz.hi.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
*Complete this quiz after the lesson by checking one answer per question.*
|
||||
|
||||
1. [Spans and Divs are interchangeable]
|
||||
|
||||
- [ ] [true]
|
||||
- [ ] [false]
|
||||
|
||||
2. [The head of an HTML doc can contain:]
|
||||
|
||||
- [ ] [the title tag]
|
||||
- [ ] [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]
|
19
3-terrarium/1-intro-to-html/translations/.github/pre-lecture-quiz.hi.md
vendored
Normal file
19
3-terrarium/1-intro-to-html/translations/.github/pre-lecture-quiz.hi.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
*A warm-up quiz about HTML*
|
||||
|
||||
Complete this quiz in class
|
||||
|
||||
1. HTML stands for 'HyperText Mockup Language'
|
||||
|
||||
- [ ] [true]
|
||||
- [ ] [false]
|
||||
|
||||
2. All HTML tags need both opening and closing tags
|
||||
|
||||
- [ ] [true]
|
||||
- [ ] [false]
|
||||
|
||||
3. Using semantic markup is most important for
|
||||
|
||||
- [ ] [code readability]
|
||||
- [ ] [screen readers]
|
||||
- [ ] [maintenance]
|
11
3-terrarium/1-intro-to-html/translations/assignment.hi.md
Normal file
11
3-terrarium/1-intro-to-html/translations/assignment.hi.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Practice your HTML: Build a blog mockup
|
||||
|
||||
## 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.
|
||||
|
||||
## 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 |
|
Reference in New Issue
Block a user