Click Here to view Result after edited
Return to html tutorial by example
<html> <body> <h4> A nested table: </ h4> <ul> <li> meat </ li> <li> vegetables <li> tomato <ul> </ li> <li > vegetables </ li> </ ul> </ li> <li> liquor </ li> </ ul> <h4> nested layer 2 List: </ h4> <ul> <li> animals < ul> <li> amphibians </ li> <li> mammals <li> people <ul> </ li> <li> orangutan </ li> </ ul> </ li> <li> fish </ li> </ ul> </ li> <li> plants </ li> </ ul> </ body> </ html>