From 3836ce08e39d6ece27ac70639d0fe871bcfbd63a Mon Sep 17 00:00:00 2001 From: Ashlee Crusco Date: Wed, 2 Sep 2020 10:19:47 -0400 Subject: [PATCH] fix(learn): add for and id attributes to label and input (#39019) * add value and id attributes * revert prettier format changes * fix whitespace changes * Revert "fix whitespace changes" This reverts commit 9da78e58ce474b0f4a7cf076574e23961a6d3734. * fix typo * fix: conflict I forgot to resolve Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com> --- ...th-radio-buttons-and-checkboxes.english.md | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/use-the-value-attribute-with-radio-buttons-and-checkboxes.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/use-the-value-attribute-with-radio-buttons-and-checkboxes.english.md index 37b7c52f71..1c70592ac1 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/use-the-value-attribute-with-radio-buttons-and-checkboxes.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/use-the-value-attribute-with-radio-buttons-and-checkboxes.english.md @@ -13,11 +13,11 @@ When a form gets submitted, the data is sent to the server and includes entries For example: ```html -