<p>This text is <sup>superscripted!</sup></p>প্রদর্শন: Superscript:
This text is superscripted!
TML – Exponents
অংকে exponential ব্যবহার করা জন্য <sup> tag ব্যবহার করতে হয়।2<sup>3</sup> = 8 14<sup>x</sup>প্রদর্শন: Exponents:
23 = 8 14x
HTML – ফুটনোট:
উপন্যাস বা প্রবন্ধে দেখা যায় কোন লেখার reference দেয়ার জন্য <sup> tag ব্যবহার হয় যা ফুটনোটকে নির্দেশ করে।
<pre><p>"It was a lover's tryst<sup>1</sup>." <hr /> 1. Secret meeting between lovers</pre>প্রদর্শন: Footnote
"It was a lover's tryst1."
1. Secret meeting between lovers
HTML -Subscript
<pre><p>This text is <sub>subscripted!</sub></p></pre>প্রদর্শন:
This text is subscripted!
<pre><p>H<sub>2</sub>0 - Water <p>O<sub>2</sub> - Oxygen <p>CO<sub>2</sub> - Carbon Dioxide</pre>প্রদর্শন:
H2O - Water O2 - Oxygen CO2 - Carbon DioxideHTML – Strikethrough
<del> tag এর মাধ্যমে কোন লেখাকে ক্রস দেওয়া যায়।
<pre><p>This text is <del>scratched</del> out!</p></pre>প্রদর্শন: Strikethrough
This text isscratchedout!
HTML - Check Off Task:
<pre><ol> <li>Clean my room</li> <li><del>Cook Dinner</del></li> <li><del>Wash Dishes</del></li> </ol></pre>প্রদর্শন:
- Clean my room
Cook DinnerWash Dishes
No comments:
Post a Comment