From 0ac7d677ba314df2ba3ba24cddac0861737dd635 Mon Sep 17 00:00:00 2001 From: abhaybaiju Date: Tue, 11 Dec 2018 21:44:58 +0530 Subject: [PATCH] Update index.md (#29447) More informative description --- guide/english/html/html-forms/index.md | 44 ++++++++++++++------------ 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/guide/english/html/html-forms/index.md b/guide/english/html/html-forms/index.md index b6d7b10b0f..1cecba444b 100644 --- a/guide/english/html/html-forms/index.md +++ b/guide/english/html/html-forms/index.md @@ -34,27 +34,29 @@ Form contains control elements which are wrapped around ```
``` tags Code example: ```html
- - -
- - -
- Male
- Female
- Other - - - -
- -
- Correct -
- + + +
+ + +
+ + + Male
+ Female
+ Other + + + +
+ +
+ Correct +
+
``` ![Screenshot of Code Above](https://i.imgur.com/r0br52L.png "Screenshot of Code Above")