To create ordered lists with numbers in HTML5 do the following:
1.In your HTML5 <body> tag, assign the beginning of your list with <ol> which indicates unordered bullet list
2.For each item in the list use the tags <li></li>.
<ol>
<li>Text1</li>
<li>Text2</li>
<li>Text3</li>
</ol>
You can create ordered nests of lists inside each other like this
<ol>
<li>Text
<ol>
<li>subText1</li>
<li>subText2</li>
</ol>
</li>
<li>Text2
<ol>
<li>subText1</li>
<li>subText2</li>
</ol>
</li>
</ol>
How to create ordered lists in HTML5
To create ordered lists with numbers in HTML5 do the following:
1.In your HTML5 <body> tag,...
create in html5 ordered numbered lists
&nsbp;
Also tagged with one or more of these keywords: create, in html5, ordered numbered lists
Software →
Adobe Fireworks →
Creating simple vector logos using Adobe FireworksStarted by DesPro, 13 May 2013 create, fireworks, vector logos |
|
|
||
General chat →
Introduce Yourself →
Well, hello there.Started by ropeburn, 18 Feb 2013 ahoy, create |
|
|
||
Web Design →
CSS / HTML →
How to create unordered list in HTML5 ?Started by OneDes, 26 Jan 2013 create, in html5, unordered list |
|
|
||
Web Design →
CSS / HTML →
Building Tables in HTML5Started by OneDes, 26 Jan 2013 building tables, in html5 |
|
|
||
Software →
Adobe Fireworks →
How to create drop down menus in Adobe FireworksStarted by DesGuru, 15 Oct 2012 adobe fireworks, create and 1 more... |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users