सेवा की शर्तों के दिशा-निर्देश
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
राइडर अपने अधिकारों और ज़िम्मेदारियों को साफ़ तौर पर समझ सकें, इसके लिए पक्का करें कि सेवा की शर्तें इन दिशा-निर्देशों के मुताबिक हों:
- JavaScript का इस्तेमाल न करें.
- ट्रैकिंग टैग और पिक्सल का इस्तेमाल न करें.
- इमेज का इस्तेमाल न करें.
- सेवा की शर्तों के मुख्य हिस्से के लिए, फ़ॉन्ट फ़ैमिली या चेहरे को न बदलें.
- रंगों का इस्तेमाल न करें.
- फ़ॉर्म, इनपुट एलिमेंट या राइडर के इंटरैक्शन शामिल न करें.
- पेज को फ़ॉर्मैट करने के लिए, सिर्फ़ इन एचटीएमएल टैग का इस्तेमाल करें:
<title>
,
<h1>
, <h2>
, <p>
, और
<strong>
.
- इनलाइन स्टाइल के लिए
<style>
का इस्तेमाल करें, न कि <link
type="text/css">
का.
इसके अलावा, नीचे दी गई बातों का ध्यान रखें:
- सिर्फ़ टेक्स्ट या एचटीएमएल MIME टाइप का इस्तेमाल किया जा सकता है.
- टेक्स्ट को बोल्ड और इटैलिक किया जा सकता है.
- लिंक का इस्तेमाल करना ठीक है.
- यहां सेवा की शर्तों की कोई शर्त नहीं है, लेकिन हमारा सुझाव है कि आप कम से कम शब्दों का इस्तेमाल करें.
- हेडिंग के लिए, ज़्यादा से ज़्यादा 24 पिक्सल का फ़ॉन्ट साइज़ सेट किया जा सकता है.
- टाइटल, सेवा की शर्तों में मौजूद कुल वर्णों के 10% से कम होने चाहिए.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-03-26 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-03-26 (UTC) को अपडेट किया गया."],[[["Rider Terms of Service must be simple and accessible, avoiding JavaScript, tracking, images, custom fonts, colors, forms, and interactive elements."],["Only basic HTML tags like `\u003ctitle\u003e`, `\u003ch1\u003e`, `\u003ch2\u003e`, `\u003cp\u003e`, and `\u003cstrong\u003e` are permitted for formatting the ToS content."],["Inline styles should be implemented using `\u003cstyle\u003e` tags, while external stylesheets are not supported."],["ToS can include text formatting like bold and italics, links to relevant information, and should generally aim for brevity, with headings kept to a minimum size and proportion."],["Acceptable file types for ToS are limited to text or HTML MIME types."]]],["Terms of Service (ToS) for riders must adhere to strict formatting rules. Avoid JavaScript, tracking, images, and custom colors or fonts. Limit HTML to `\u003ctitle\u003e`, `\u003ch1\u003e`, `\u003ch2\u003e`, `\u003cp\u003e`, and `\u003cstrong\u003e` tags, using `\u003cstyle\u003e` for styling. Only text and HTML MIME types are supported. While links, bold, and italics are allowed, keep text brief and heading size under 24px, with headings being less than 10% of the total text. Avoid any interactive elements.\n"]]