এই পর্বে আমরা html এর সাহজে লিখার(Text format) ডিজাইন শিখব।(learn how many ways to fromating text with html)
<i>text view in italic style</i> text view in italic style |
<u>text view in italic style</u> text view in italic style |
<b>text view in bold style</b> text view in bold style |
<big>Defines big text</big> Defines big text |
<em>Defines emphasized text </em> Defines emphasized text |
<small>Defines smalltext</small> Defines small text |
<strong>Define strong text</strong> Defines strong text |
<sub>Defines subscripted text</sub> Defines subscripted text |
<sup>Defines superscriptedtext</sup> Defines superscripted tex |
<ins>Defines inserted text</ins> Defines inserted text |
<del>Defines deleted text</del> Defines deleted text |
<code>Defines computer code text</code> Defines computer code text |
<kbd>Defines keyboard text </kbd> Defines keyboard text |
<samp>Defines sample computercode</samp> Defines sample computer code |
<tt>Defines teletype text</tt> Defines teletype text |
<var>Defines a variable</var> Defines a variable |
<pre>Defines preformatted text</pre> Defines preformatted text |
<abbr>Defines an abbreviation</abbr> Defines an abbreviation |
<acronym>Defines an acronym</acronym> Defines an acronym |
<address>Defines contact information for the author/owner of a document</address>
Defines contact information for the author/owner of a document |
<bdo>Defines the text direction</bdo> Defines the text direction |
<blockquote>Defines a long quotation</blockquote>
Defines a long quotation |
<q>Defines a short quotation</q> Defines a short quotation |
<cite>Defines a citation</cite> Defines a citation |
<dfn>Defines a definition term</dfn> Defines a definition term |
No comments:
Post a Comment