HTML Formatting Tag in Hindi and English
HTML Formatting Tag
<B>
<B> Element का पूरा नाम Bold है. Bold Element से
Text को Bold (गहरा) किया जाता है.
<B>Element's Full Name Is Bold. Text Is Made
Bold (Darkened) With Bold Element.
Ex-
<B>AD Computer Campus</B>
AD
Computer Campus
<Big>
Big Element से Text को Normal Size से बडा करने के लिए
किया जाता है.
Big Element Is Used To Make The Text Bigger Than The
Normal Size.
Ex-
<Big>AD Computer Campus</Big>
AD Computer Campus
<Center>
इसे Center Element कहते है. इससे किसी HTML Element की
Center Position को Define किया जाता है.
This Is Called The Center Element. With This The
Center Position Of An HTML Element Is Defined.
Ex-
<Center>AD Computer Campus</center>
AD
Computer Campus
<Del>
<Del> Element का पूरा नाम Delete है. Delete
Element से Document से Delete Text को Define किया जाता है.
The Full Name Of The <Del> Element Is Deleting.
Delete Text From Document Is Defined From Delete Element.
<ins>
<ins> टैग नए जोड़े गए या सम्मिलित किए गए पाठ को चिह्नित करता है, जिसे अक्सर Underline के साथ प्रदर्शित किया जाता है।
The <ins> tag marks text as newly added or inserted, often displayed with an underline.
Ex- <ins>This is inserted text.</ins>
<em>
<em> टैग का उपयोग emphasized text के लिए किया जाता है और Text को Highlight करने के लिए इसे आमतौर पर Italics में प्रस्तुत किया जाता है।
The <em> tag is used to emphasized text and is usually presented in italics to highlight the text.
Ex- <em>This text is emphasized.</em>
<Font>
Font Element से Text का Font, Color और Size Define किया
जाता है.
The Font, Color And Size Of The Text Are Defined By The
Font Element.
Change Font Style-
Ex-
<Font Face=”Times New Roman”>
AD Computer
Campus
Change Font Color-
Ex-
<Font Color=”Red”>
AD
Computer Campus
Change Font Size-
Ex-
<Font Size=”35”> or<Font Size=”+3”>
AD Computer
Campus
<I>
<I> Element का पूरा नाम Italic है. इससे Text को
Italic यानि तिरछा किया जाता है.
<I> The Full Name Of The Element Is Italic.
With This, The Text Is Made Italic.
Ex-
<I> AD Computer Campus</I>
AD Computer Campus
<Mark>
Mark Element से Text को Highlight किया जाता है.
Text Is Highlighted With Mark Element.
Ex-
<Mark> AD Computer Campus</mark>
AD Computer Campus
<Pre>
<Pre> Element का पूरा नाम Preformat है. इस
Element से Preformatted Text को Define किया जाता है.
The Full Name Of <Pre> Element Is Preformat. Preformatted
Text Is Defined By This Element.
Ex-
<Pre> AD Computer Campus</pre>
AD Computer Campus
<P>
<p>इस Element का मतलब Paragraph होता है। जिसके
द्वारा हम HTML में पैराग्राफ बदल सकते है।
<p> this element means Paragraph. by which we
can change the paragraph.
<Small>
Small Element
से Text को Normal Size से छोटा दिखाने के लिए किया जाता है.
Small Element Is Used To Make The Text Appear
Smaller Than The Normal Size.
Ex-
<Small>AD Computer Education</small>
AD Computer Campus
<Strike> or <S>
<Strike> Element का पूरा नाम Strikethrough है.
Strikethrough Element से Strikethrough Text को Define किया जाता है. इससे Text के
बीछ में एक Line आ जाती है.
The Full Name Of <Strike> Element Is
Strikethrough. Strikethrough Text Is Defined By The Strikethrough Element. Due
To This A Line Comes In The Middle Of The Text.
<Strike>AD Computer Education</strike>
AD Computer
Campus
<Strong>
इससे Important Text को Define किया जाता है.
With This, The Important Text Is Defined.
Ex-
<Strong>AD Computer Education</strong>
AD Computer Campus
<Sub>
<Sub> Element का पूरा नाम Subscript होता है.
<Sub> Element से Text को Subscript किया जाता है.
The Full Name Of <Sub> Element Is Subscript.
Text Is Subscripted From The <Sub> Element.
Ex-
H<sub>2</sub>SO<sub>2</sub> H2SO4
H<sub>2</sub>O H2O
<Sup>
<Sup< Element का पूरा नाम Suprescript है. इससे
Text को Suprescript किया जाता है.
The Full Name Of <Sup< Element Is Suprescript.
With This The Text Is Superscripted.
Ex-
(A+B)<sup>2</sup>=
A<sup>2</sup>+B<sup>2</sup>
(A+B)2=A2+B2+2AB
<U>
<U> Element का पूरा नाम Underline होता है. इस
Element से Text को Underline किया जाता है. मतलब Text के नीचे एक Line आ जाती है.
The Full Name Of <U> Element Is Underline.
Text Is Underlined From This Element. Meaning A Line Comes Under The Text.
<U>AD Computer Education</U>
AD Computer Campus
No comments: