diff --git a/guide/english/html/html-forms/index.md b/guide/english/html/html-forms/index.md index b6d7b10b0fb..1cecba444ba 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")