Since I say in my previous video that in our class 4 we'll learn about Ordered List in HTML5 so I just write this content.
First of All we discus about simple Ordered List
Orderd List in HTML5
- Computer
- Internet
- Web Sites
<h2>Orderd List in HTML5</h2>
<ol>
<li>Computer</li>
<li>Internet</li>
<li>Web Sites</li>
</ol>
Lets start to learn them
First is that in the place of 1,2,3 we use A,B,C etc..
Orderd List start with A
Best Designing Softwares in my view- Photoshop
- Ilustrator
- Corel Draw
<h2>Orderd List start with A</h2>
<p>Best Designing Softwares in my view</p>
<ol type="A">
<li>Photoshop</li>
<li>Ilustrator</li>
<li>Corel Draw</li>
</ol>
Orderd List start with a
Our Partner Sites- Usama Computer Club
- Tuts Razer
<h2>Orderd List start with a</h2>
<p>Our Partner Sites</p>
<ol type="a">
<li>Usama Computer Club</li>
<li>Tuts Razer</li>
</ol>
Orderd List start with I
My Sponsors- Danish Khan
- Syed Wajid
- Hassam Ahmad Awan
<h2>Orderd List start with I</h2>
<p>My Sponsors</p>
<ol type="I">
<li>Danish Khan</li>
<li>Syed Wajid</li>
<li>Hassam Ahmad Awan</li>
</ol>
Orderd List start with i
In Our Previous Classes we learn- h1 - h6 tags
- Text Style Tags
- ul Tags
<h2>Orderd List start with i</h2>
<p>In Our Previous Classes we learn</p>
<ol type="i">
<li>h1 - h6 tags</li>
<li>Text Style Tags</li>
<li>ul Tags</li>
</ol>
[tab] [content title="YouTube" icon="fa-youtube"] [/content] [/tab]
0 comments:
Post a Comment