diff --git a/guide/english/html/html-forms/index.md b/guide/english/html/html-forms/index.md index 6758391dd5..515c52a7b6 100644 --- a/guide/english/html/html-forms/index.md +++ b/guide/english/html/html-forms/index.md @@ -34,24 +34,30 @@ Form contains control elements which are wrapped around ```
``` tags Code example: ```html
- - - - - Male
- Female
- Other - - + + +
+ + +
+ Male
+ Female
+ Other + + - - - Correct +
+
+ +
+ Correct +
+
``` +![Screenshot of Code Above](https://i.imgur.com/r0br52L.png "Screenshot of Code Above") Other elements that form can contain: