web commit by https://camrdale.myopenid.com/: Try putting span around a list

master
joey 2007-09-27 22:59:04 +00:00
parent 1debcdaeaa
commit 391d22eaf3
1 changed files with 9 additions and 2 deletions

View File

@ -83,15 +83,22 @@ Bulleted list
-----
<div class ="whatever">
<div class="whatever">
Try putting divs around a list:
Try putting divs around a list doesn't work:
* first item
* second item
</div>
span also doesn't work:
<span class="whatever">
* first item
* second item
</span>
----