Back to home

HTML definition list test

Test

Example

Apple
Red
Banana
Yellow

Code sample

<dl>
	<dt>Apple</dt>
	<dd>Red</dd>
	<dt>Banana</dt>
	<dd>Yellow</dd>
</dl>
Support chart
OS Browser NVDA 2014.4 JAWS 16 VoiceOver
Windows 7 IE 11 "List with 4 items. Apple"
"Red"
"Banana"
"Yellow"
"Out of list"
"Definition list with 2 items"
"Apple"
"Red"
"Banana"
"Yellow"
"List end"
Windows 7 IE 8 "List with 4 items. Apple"
"Red"
"Banana"
"Yellow"
"Out of list"
"Definition list with 2 items"
"Apple"
"Red"
"Banana"
"Yellow"
"List end"
Windows 7 Chrome 39 "List with 4 items. Apple"
"Red"
"Banana"
"Yellow"
"Out of list"
"Definition list with 2 items"
"Apple"
"Red"
"Banana"
"Yellow"
"List end"
Windows 7 Firefox 34 "List with 4 items. Apple"
"Red"
"Banana"
"Yellow"
"Out of list"
"Definition list with 2 items"
"Apple"
"Red"
"Banana"
"Yellow"
"List end"
OSX 10.9 Chrome 39 "List 4 items"
"Apple"
"Red"
"Banana"
"Yellow"
"End of list"
OSX 10.9 Firefox 34 "Definition list 4 items"
"Apple"
"Red"
"Banana"
"Yellow"
"End of definition list"
OSX 10.9 Safari 7 "Description list 4 items"
"Apple"
"Red"
"Banana"
"Yellow"
"End of description list"

Bottom of page - Back to home