reset password
Author Message
xieguahu
Posts: 50
Posted 20:16 Nov 11, 2009 |

For some reason, I could not do the Homework 5.4.  This is what I have:

 

Section II.

Consider two lists in HTML as follows:

<ul id="list_a">
<li id="item_1">Item 1</li>
<li id="item_2">Item 2</li>
</ul>

<ul id="list_b">
<li id="item_3">Item 3</li>
<li id="item_4">Item 4</li>
</ul>
cysun
Posts: 2935
Posted 21:14 Nov 11, 2009 |

It looks like there's some bug in my code. Embarassed Sorry about that. I'll fix it asap.

cysun
Posts: 2935
Posted 21:34 Nov 11, 2009 |

It's fixed. Please try again and see if you can do the assignment.