Java Games: Flashcards, matching, concentration, and word search.

HTML Lists Games

AB
unordered listorganizes content without ordering it
the <ul> tagindicates the start and end of an unordered list
the <li> tagindicates the start and end of an individual list item in an ordered or unordered list
the type attributesets the list marker type for an ordered or unordered list
ordered listorganizes content in a particular order
the <ol> tagindicates the start and end of an ordered list
nested lista combination of lists where one or more lists are located inside another
the <dd> tagindicates the description of the item in a definition list
definition listorganizes content with a direct relationship or as a pair
the <dl> tagindicates the start and end of a definition list
the <dt> tagindicates the item in a definition list

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities