Search This Blog

Read Your Language

HTML in Header , Link & Paragraph



HTML in Header , Link & Paragraph kaise use karte hai  ?


आज के अध्यन में हम यह सिखने जा रहे की आखिर HTML में कैसे Header ,Link  और Paragraph  को लिखते  है तो चलिए दोस्तों शुरू  करते आज का विषय  | 

   
इसके  लिए आपको निचे दिए कोड को Notepad या अन्य कोई भी Complier के  अन्दर आप इसको  लिख सकते है |  

1.Header in the program of HTML

<h1> my first header line </h1>


यदि आपको HTML में  Header  को दर्शना है तो आप को निचे दिए गए कोड को अपने Notepad पर Execute करा सकते है | उसके लिए आपको यह पता होना चहिये की Header  में मुझे कितने साइज वाला Header  को प्रयोग  में लाना है | हम आपको यह बात दे की कुल Header के Six Level  होते है | निचे दिए गए प्रोग्राम में हमने H1 लेवल का Header  को प्रयोग में लाया है |   यंहा पर H1 से लेकर  H6 तक कोई  भी  प्रयोग कर सकते है | आप जितना H1 से लेकर H6 तक लेवल (Level ) बढ़ाएंगे उतना ही Header  की साइज छोटी होती चली जाएगी | आप अपने अनुसार Header के  Level  का चयन कर सकते है | 



Program in  HTML  

<!doctype html>
<html>
<head>
<h6> Hi friend, My first header  </h6>
</head>
</html>

Output:

hi friend


2.Link in the program of HTML

<a href="https://www.edumasterc.blogspot.com"> This is your first link in Create of HTML </a>

Ishka ek simple program:

<!doctype html>
<html>
<head>
<a href="https://www.edumasterc.blogspot.com"> This is your first link in Create of HTML. </a>
</head>
</html>

Output:

This is your first link in Create of HTML.

3.Paragraph in the program of HTML

<p> my first paragraph </p>

Ishka ek simple program:
<!doctype html>
<html>
<head>
<p> my first paragraph </p>
</head>
</html>
Output:

my first paragraph


1 comment:

PCxgame said...

wow ...... i like the your post.... is so easy word and comfortable. is easy memorizing in our mind,,,, thanks for this blog

Contact Form

Name

Email *

Message *

Followers