संकेत लिखें

पाठ प्रारूपों

प्रतिबंधित एचटीएमएल

  • अनुमति रखने वाले HTML टैगस: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>

    This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

    For more information see the HTML Living Standard or use your favorite search engine to find other sites that explain HTML.

    टैग विवरण आपका प्रकार आपको मिला
    एंकर्स को अन्य पन्नों से लिंक करने के लिए उपयोग किया जाता है. <a href="https://rtifiles.in">RTI Files</a> RTI Files
    महत्त्व दें. <em>महत्त्व दें.</em> महत्त्व दें.
    प्रबल <strong>प्रबल</strong> प्रबल
    उद्धृत <cite>उद्धृत</cite> उद्धृत
    ब्लॉक उद्धृत <blockquote>ब्लॉक उद्धृत</blockquote>
    ब्लॉक उद्धृत
    प्रोग्रामिंग स्रोत कोड को दिखाने के लिए इस्तेमाल किया कोडित पाठ <code>कोडित</code> कोडित
    अनआर्डर सूची - प्रत्येक सूची आइटम के शुरू में <li&gt का उपयोग करें . <ul> <li>पहला आइटम</li> <li>दूसरा मद</li> </ul>
    • पहला आइटम
    • दूसरा मद
    आर्डर सूची - प्रत्येक सूची आइटम के शुरू में <li&gt का उपयोग करें . <ol> <li>पहला आइटम</li> <li>दूसरा मद</li> </ol>
    1. पहला आइटम
    2. दूसरा मद
    टैग li के लिए कोई मदद नहीं प्रदान की गयी
    Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description. <dl> <dt>पहला टऱम</dt> <dd>पहली परिभाषा</dd> <dt>द्वितीय पद(term)</dt> <dd>द्वितीय परिभाषा(definition)</dd> </dl>
    पहला टऱम
    पहली परिभाषा
    द्वितीय पद(term)
    द्वितीय परिभाषा(definition)
    टैग dt के लिए कोई मदद नहीं प्रदान की गयी
    टैग dd के लिए कोई मदद नहीं प्रदान की गयी
    Heading <h2>उपशीर्षक</h2>

    उपशीर्षक

    Heading <h3>उपशीर्षक तीन</h3>

    उपशीर्षक तीन

    Heading <h4>उपशीर्षक चार</h4>

    उपशीर्षक चार

    Heading <h5>उपशीर्षक पाँच</h5>
    उपशीर्षक पाँच
    Heading <h6>उपशीर्षक छः</h6>
    उपशीर्षक छः

    Most unusual characters can be directly entered without any problems.

    If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

    चरित्र विवरण आपका प्रकार आपको मिला
    ऐंपरसेंड &amp; &
    से अधिक &gt; >
    से कम &lt; <
    उद्धरण चिह्न &quot; "
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.
  • Web page addresses and email addresses turn into links automatically.

सादा टेक्स्ट

  • No HTML tags allowed.
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.
  • Web page addresses and email addresses turn into links automatically.