How to display bootstrap code in Hindi?|Bootstrap code ko Kaise display Karte hai?

हेलो दोस्तों आज के इस ब्लॉग पोस्ट(Bootstrap code ko Kaise display Karte hai) में मैं आपको यह बताने वाला हूँ की bootstrap code को कैसे डिस्प्ले कर सकते है | bootstrap code को हम दो तरह से display कर सकते है |

पहला तरीका होता है उसे code tag के साथ लिखना | अगर आप inline code डिस्प्ले करने वाले है तो फिर आपको tag का इस्तेमाल करना चाहिए |Bootstrap code ko Kaise display Karte hai|

और दूसरा तरीका है pre tag , अगर आप अपने code को एक अलग block के रूप में अथवा कई सारी lines के रूप में display करना चाह रहे है तो फिर आपको pre tag का उपयोग करना चाहिए |

code tag और pre tag के example आप नीचे देख सकते है :

<p><code>&lt;header&gt;</code> is wrapped as an inline element.</p>
<p>To display code as a standalone block element use &lt;pre&gt; tag as:</p>

<pre>
   &lt;article&gt;
      &lt;h1&gt;Article Heading&lt;/h1&gt;
   &lt;/article&gt;
</pre>

Output:

<header> is wrapped as an inline element.

To display code as a standalone block element use the <pre> tag as:

         <article>
            <h1>Article Heading</h1>
         </article>

You can also go through a few more extensive blog links related to Bootstrap:

Bootstrap Typography In Hindi…
Bootstrap CSS Overview In Hindi…
What Is Bootstrap Grid System In Hindi…
How To Setup Bootstrap In Hindi…
What Is Bootstrap In Hindi…
How to display bootstrap code in Hindi…

इस ब्लॉग(Bootstrap code ko Kaise display Karte hai) को लेकर आपके मन में कोई भी प्रश्न है तो आप हमें इस पते support@a5theory.comपर ईमेल लिख सकते है|

आशा करता हूँ, कि आपने इस पोस्ट(Bootstrap code ko Kaise display Karte hai) को खूब एन्जॉय किया होगा|

आप स्वतंत्रता पूर्वक अपना बहुमूल्य फीडबैक और कमेंट यहाँ पर दे सकते है|

आपका समय शुभ हो|

Anurag

I am a blogger by passion, a software engineer by profession, a singer by consideration and rest of things that I do is for my destination.