Update step-028.md (#44971)
This commit is contained in:
		@@ -7,13 +7,13 @@ dashedName: step-28
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# --description--
 | 
					# --description--
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Give each `fieldset` an adaquate `name` attribute. Then, give both unordered lists a `class` of `answers-list`.
 | 
					Give each `fieldset` an adequate `name` attribute. Then, give both unordered lists a `class` of `answers-list`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Finally, use the `legend` to caption the content of the `fieldset` by placing a true/false question as the text content.
 | 
					Finally, use the `legend` to caption the content of the `fieldset` by placing a true/false question as the text content.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# --hints--
 | 
					# --hints--
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You should give the first `fieldset` an adaquate `name` attribute. _Hint: I would use `html-question-one`_
 | 
					You should give the first `fieldset` an adequate `name` attribute. _Hint: I would use `html-question-one`_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```js
 | 
					```js
 | 
				
			||||||
assert.notEmpty(document.querySelectorAll('fieldset')?.[0]?.name);
 | 
					assert.notEmpty(document.querySelectorAll('fieldset')?.[0]?.name);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user