diff --git a/slides/02-Developers/05-list.html.md b/slides/02-Developers/05-list.html.md index 5b42897..9307ade 100755 --- a/slides/02-Developers/05-list.html.md +++ b/slides/02-Developers/05-list.html.md @@ -53,9 +53,8 @@ layout_data: - title: Unsemantic List exercise description: | Update the example below so that the items are expressed as a list. The easiest way to - make this semantic is to use a list tag. If that is not - possible, wrap the elements in a container and give - it a role of ```list```. The individual items will need to be identified with a role of ```listitem```. + make this semantic is to use a list tag, such as