HTML me paging and bold and underline tags kya hota hai kaise use karte hai

Aaj hum HTML ke kuch or tags ke bare me janenge ..
isse pahle ha post dekhne ke liye link per click kare
HTML HEADER TAGS

Aaj hum <p> paging tag and <b> bold tag and <u> underline tag ke bare me janenge and practical bhi dekhenge .
To chalo age badte hai step by step...
1. <p>  PAGING TAG
  • Paging tag ka use hum HTML me page dene ke liye karte hai ... 
  • like example hum heading dene ke liye header tag ka use karte hai  uske bad hum apna page likhna chahte likhte kyoki heading ke bad hum aksar page likhte hai.. to use time hum page tag ka use karte hai .
  • opening and closing tag hota hai ..  <p> page text write here </p>
code start 
<HTML>
<HEAD>
</HEAD>
<TITLE>
</TITLE>
<BODY>
<H1> THIS IS MY FIRST PROGRAM </H1>   

<p>HELLO, welcome our technology world </p>  

  </BODY>
</HTML>


save karte hai .html laga kar (example sorweb.html etc.) uske bad open karte hai.. to output show hota hai webpage me .

OUTPUT 

THIS IS MY FIRST PROGRAM

HELLO, welcome our technology world

===============================
OUTPUT per hum dekh sakte hai ki heading ke bad humara page show ho raha hai,...



2. <b> BOLD TAG
  •  Bold tag ka use hum HTML me text ko bold karne  ke liye karte hai ... 
  • yadi hum apne text ko BOLD karna chahte hai to <b>  tag use karte hau..
  • opening and closing tag hota hai ..  <b> you text is bold </b>
code start 
<HTML>
<HEAD>
</HEAD>
<TITLE>
</TITLE>
<BODY>
<H1> THIS IS MY FIRST PROGRAM </H1>   

<p>HELLO, welcome our technology world </p>  

 <b> you text is bold </b>

  </BODY>
</HTML>


OUTPUT

THIS IS MY FIRST PROGRAM

HELLO, welcome our technology world
you text is bold


==================================
OUTPUT me hum dekh sakte hai ki header tag ke bad page tag use kiye hai and uske bad humne page tage ka use kiye hai and uske bad apne text ho bold kiye hai isi type se hum page ko v bold kar skte hai
example  <p><b> Write your text </b></p>
to iska output
Write your text 
is type se aayega .

3. <u> UNDERLINE TAG
  •  Underline tag ka use hum HTML me text me underline dene   ke liye karte hai ... 
  • yadi hum apne text ko underline dena chahte hai to <u>  tag use karte hau..
  • opening and closing tag hota hai ..  <u> your underline text write here </u>
code start 
<HTML>
<HEAD>
</HEAD>
<TITLE>
</TITLE>
<BODY>
<H1> THIS IS MY FIRST PROGRAM </H1>   

<p>HELLO, welcome our technology world </p>  

<u> your underline text write here </u>

  </BODY>
</HTML>
OUTPUT

THIS IS MY FIRST PROGRAM

HELLO, welcome our technology world
your underline text write here

===================================
OUTPUT me hum dekh sakte hai ki header tag ke bad page tag use kiye hai and uske bad humne underline tag ka use karke apne text me underline diye hai .
isi type se hum apne page ko me bhi underline de sakte hai or heading me bhi underline de sakte hai.
example <b> <p><u> your page is underline page </u></p></b>
to iska output

 your page is underline page

is type se aayega .hum dekh sakte hai ki humara text page bold and underline dono ho gaya yaha per humne tino tags ka use kiye hai ak hi page me ...



THANK YOU
BE HAPPY

Comments

Post a Comment