To create unordered lists in HTML5 do the following:
1.In your HTML5 <body> tag, assign the beginning of your list with <ul> which indicates unordered bullet list
2.For each item in the list use the tags <li></li>.
<ul>
<li>Text1</li>
<li>Text2</li>
<li>Text3</li>
</ul>
You can create nests of lists inside each other like this
<ul>
<li>Text
<ul>
<li>subText1</li>
<li>subText2</li>
</ul>
</li>
<li>Text2
<ul>
<li>subText1</li>
<li>subText2</li>
</ul>
</li>
</ul>
How to create unordered list in HTML5 ?
To create unordered lists in HTML5 do the following:
1.In your HTML5 <body> tag, assign the...
create in html5 unordered list
Also tagged with one or more of these keywords: create, in html5, unordered list
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 ordered lists in HTML5Started by OneDes, 26 Jan 2013 create, in html5 and 1 more... |
|
|
||
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