HTML - Lists

Task

Create a web page showing three different kinds of lists.

Instructions

(a) Create a new web page and save it as "Lists.htm".

(b) Add the following AFL teams to the page, turning them into a bullet list (using <ul> … </ul> and <li> … </li>):
Adelaide, Brisbane, Carlton, Collingwood, Essendon, Fremantle, Geelong, Hawthorn, Melbourne, North Melbourne, Port Adelaide, Richmond, St. Kilda, Sydney, West Coast, Western Bulldogs.

(c) Add the following animals to the page, turning them into a numbered list (using <ol> … </ol> and <li> … </li>):
Cats, Dogs, Birds, Fish, Mice, Rhinoceroses, Iguanas, Caterpillars, Axolotls, Otters, Feathertail gliders, Emus.

(d) Add the following countries and capitals to the page, turning them into a definition list (using <dl> … </dl>, <dt> … </dt> and <dd> … </dd>). Make the country be the definition titles and the capital cities be the definitions:
France (Paris), Spain (Madrid), Italy (Rome), Greece (Athens), Iceland (Reykjavik), New Zealand (Wellington).

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License