From 43a389b0c842f0b67fff5e7a995d822816458d8b Mon Sep 17 00:00:00 2001 From: Jagruti Tiwari Date: Wed, 23 Feb 2022 00:34:33 +0530 Subject: [PATCH] fix(curriculum): Remove root relative path from action URL in example (#45203) --- .../basic-html-and-html5/create-a-form-element.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-form-element.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-form-element.md index bd686cbc4b..8ab63d7a07 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-form-element.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-form-element.md @@ -13,7 +13,7 @@ You can build web forms that actually submit data to a server using nothing more For example: ```html -
+
```