From 0a2aa3dcfa0e232e52c2dd4269fc0753b734eb0c Mon Sep 17 00:00:00 2001 From: Dana Ottaviani Date: Sun, 10 Mar 2019 14:09:57 -0400 Subject: [PATCH] feat: add solution to accessibility challenge (#35553) * feat: add solution to accessibility challenge * Remove space before closing `time` tag Co-Authored-By: Dana94 --- ...th-the-html5-datetime-attribute.english.md | 34 +++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.english.md index 13bd9c7560..969ce98133 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.english.md @@ -83,7 +83,37 @@ tests: ## Solution
-```js -// solution required +```html + +
+

Tournaments

+
+
+

Mortal Kombat Tournament Survey Results

+ + + +

Thank you to everyone for responding to Master Camper Cat's survey. The best day to host the vaunted Mortal Kombat tournament is . May the best ninja win!

+ + + +
+

Comments:

+
+

Posted by: Sub-Zero on

+

Johnny Cage better be there, I'll finish him!

+
+
+

Posted by: Doge on

+

Wow, much combat, so mortal.

+
+
+

Posted by: The Grim Reaper on

+

Looks like I'll be busy that day.

+
+
+
+ + ```