HTML FOMATE-
- bold
- italic
- underline
- marked
- style
- small
- deletd
- subscript
html formating elements-
पिछले अध्याय में, आप HTML शैली विशेषता के बारे में सीखा।
एचटीएमएल भी एक विशेष अर्थ के साथ पाठ को परिभाषित करने के लिए विशेष तत्वों को परिभाषित करता है।
एचटीएमएल जैसे तत्वों( element)का उपयोग करता है <b> और <i> उत्पादन स्वरूपण, बोल्ड या इटैलिक पाठ की तरह है।
- <b> - Bold text
- <strong> - Important text
- <sup> - Superscript text
- <del> - Deleted text
- <mark> - Marked text
- <i> - Italic text
- <ins> - Inserted text
HTML <b> and <strong> Elements-
exa-
<b>This text is bold</b>
HTML <i> and <em> Elements-
exa-
<i>This text is italic</i>
HTML <small> Element-
exa-
<h2>HTML <small>Small</small> Formatting</h2>
html <mark> elements-
exa-
<h2>HTML <mark>Marked</mark> Formatting</h2>
HTML <del> Element-
exa-
<p>My favorite color is <del>blue</del> red.</p>
HTML TEXT FORMATTING-
Tag Description
<b> Defines bold text
<em> Defines emphasized text
<i> Defines italic text
<small> Defines smaller text
<strong> Defines important text
<sub> Defines subscripted text
<sup> Defines superscripted text
<ins> Defines inserted text
<del> Defines deleted text
<mark> Defines marked/highlighted text

No comments:
Post a Comment