WEB DESIGN AND DEVELOPMENT class 3
আজকের তৃতীয় lacture এ আমরা শিখবোঃ
Topic 7: Superscription (a+b)2 এবং Subscription H2O লেখার নিয়ম।
Topic 8: List করার নিয়ম। যেমনঃ
օ Unorder list.
օ Order list.
Topic 7
Superscription (a+b)2করার নিয়মঃ
...(a+b)<sup>2</sup>.....
Subscription H2O করার নিয়মঃ
....H<sub>2</sub>O...
Topic 8
List করার নিয়ম। Unorder list. Order list.
Unorder list :
Disc দিয়ে list প্রকাশ করতে চাইলেঃ
....<ul> </ul>....
⇒<ul>
<li> Smart technical assistance center</li>
<li>Engineering Solution</li>
<li>Web design and development</li>
</ul>
Circle দিয়ে unorder list প্রকাশঃ
⇒<ul type = "circle">
<li>Smart technical assistance center</li>
Circle দিয়ে unorder list প্রকাশঃ
⇒<ul type = "circle">
<li>Smart technical assistance center</li>
<li>Engineering Solution</li>
<li>Web design and development</li>
</ul>
Square দিয়ে unorder list প্রকাশঃ
⇒<ul type = "square">
.....................
Order List:
1, 2, 3 দিয়ে order list প্রকাশঃ
...<ol></ol>....
⇒<ol>
<li>Smart technical assistance center</li>
<li>Engineering Solution</li>
<li>Web design and development</li>
</ol>
a, b, c, d দিয়ে order list প্রকাশঃ
⇒<ol type = "a">
......................
⇒<ol type = " a" start = "7">
......................
ⅰ, ⅱ,ⅲ দিয়ে order list প্রকাশঃ
⇒<ol type = "ⅰ">
...................
⇒<ol type = "ⅰ" start = "5">
...................
YouTube Link: https://bit.ly/2Yr4nGy
No comments