parent
0a7590c679
commit
b5178dfa5f
@ -1,17 +1,18 @@
|
|||||||
*Complete this quiz by checking one answer per question.*
|
_प्रति प्रश्न एक उत्तर की जाँच करके इस प्रश्नोत्तरी को पूरा करें._
|
||||||
|
|
||||||
1. Using `<label>` elements in forms is only for making the form pretty
|
1. रूपों में `<label>` तत्वों का उपयोग केवल फ़ॉर्म को सुंदर बनाने के लिए है
|
||||||
|
|
||||||
- [ ] true
|
- [ ] सही
|
||||||
- [ ] false
|
- [ ] गलत
|
||||||
|
|
||||||
2. How can you define how a form is sent to the server?
|
2. आप कैसे परिभाषित कर सकते हैं कि एक फॉर्म सर्वर पर कैसे भेजा जाता है?
|
||||||
|
|
||||||
- [ ] using the `action` attribute
|
- [ ] `action` विशेषता का उपयोग करना
|
||||||
- [ ] using the `method` attribute
|
- [ ] `method` विशेषता का उपयोग करना
|
||||||
- [ ] both
|
- [ ] दोनों
|
||||||
|
|
||||||
|
3. <input> पाठ के अधिकतम आकार को सेट करने के लिए आप किस विशेषता का उपयोग कर सकते हैं?
|
||||||
|
|
||||||
3. Which attribute can you use to set the maximum size of a text `<input>`?
|
|
||||||
- [ ] `max`
|
- [ ] `max`
|
||||||
- [ ] `maxlength`
|
- [ ] `maxlength`
|
||||||
- [ ] `pattern`
|
- [ ] `pattern`
|
@ -1,16 +1,16 @@
|
|||||||
*Complete this quiz in class.*
|
_इस क्विज को कक्षा में पूरा करें._
|
||||||
|
|
||||||
1. HTML forms allow to send user input to a server without using JavaScript
|
1. HTML फ़ॉर्म जावास्क्रिप्ट का उपयोग किए बिना एक सर्वर से उपयोगकर्ता इनपुट भेजने की अनुमति देते हैं
|
||||||
|
|
||||||
- [ ] true
|
- [ ] सही
|
||||||
- [ ] false
|
- [ ] गलत
|
||||||
|
|
||||||
2. `<label>` elements are mandatory for every form control
|
2. `<label>` तत्व हर फॉर्म नियंत्रण के लिए अनिवार्य हैं
|
||||||
|
|
||||||
- [ ] true
|
- [ ] सही
|
||||||
- [ ] false
|
- [ ] गलत
|
||||||
|
|
||||||
3. It is secure to send form data to a server over HTTP
|
3. HTTP पर सर्वर पर फ़ॉर्म डेटा भेजना सुरक्षित है
|
||||||
|
|
||||||
- [ ] true
|
- [ ] सही
|
||||||
- [ ] false
|
- [ ] गलत
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# Style your bank app
|
# अपने बैंक ऐप को स्टाइल करें
|
||||||
|
|
||||||
## Instructions
|
## अनुदेश
|
||||||
|
|
||||||
Create a new `styles.css` file and add a link to it in your current `index.html` file. In the CSS file you just created add some styling to make the *Login* and *Dashboard* page looks nice and tidy. Try to create a color theme to give your app its own branding.
|
एक नई `style.css` फ़ाइल बनाएँ और अपने वर्तमान` index.html` फ़ाइल में एक लिंक जोड़ें. CSS फ़ाइल में आपने सिर्फ _लॉगिन_ और _डैशबोर्ड_ पेज बनाने के लिए कुछ स्टाइलिंग जोड़ दी है जो अच्छी और सुव्यवस्थित दिखती है. अपने ऐप को खुद की ब्रांडिंग देने के लिए कलर थीम बनाने की कोशिश करें.
|
||||||
|
|
||||||
> Tip: you can modify the HTML and add new elements and classes if needed.
|
> युक्ति: आप HTML को संशोधित कर सकते हैं और यदि आवश्यक हो तो नए तत्व और क्लासेस जोड़ सकते हैं.
|
||||||
|
|
||||||
## Rubric
|
## शीर्ष
|
||||||
|
|
||||||
| Criteria | Exemplary | Adequate | Needs Improvement |
|
| मानदंड | उदाहरणात्मक | पर्याप्त | सुधार की जरूरत |
|
||||||
| -------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- |
|
| ------ | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
|
||||||
| | All pages looks clean and readable, with a consistent color theme and and the different sections standing out properly. | Pages are styled but without a theme or with sections not clearly delimitated. | Pages lack styling, the sections looks disorganized and the information is difficult to read. |
|
| | सभी पृष्ठ साफ-सुथरे और पठनीय दिखते हैं, जिसमें एक सुसंगत रंग विषय और विभिन्न खंड ठीक से खड़े हैं. | पृष्ठों को स्टाइल किया गया है, लेकिन बिना थीम के या स्पष्ट रूप से परिसीमित नहीं किए गए अनुभागों के साथ. | पृष्ठों में स्टाइल की कमी है, खंड अव्यवस्थित दिखते हैं और जानकारी को पढ़ना मुश्किल है. |
|
||||||
|
Loading…
Reference in new issue