diff --git a/guide/english/html/html-forms/index.md b/guide/english/html/html-forms/index.md index 113efbdcab..7ec867ebae 100644 --- a/guide/english/html/html-forms/index.md +++ b/guide/english/html/html-forms/index.md @@ -48,6 +48,8 @@ Other elements that form can contain: - ```textarea``` - is a multiline box which is most often used for adding some text eg. comment. Size of textarea is defined by number of rows and columns. - ```select``` - together with `````` tag creates drop-down select menu. - ```button``` - The button element can be used to define a clickable button. +- ```fieldset```- It groups related elements in a form. +- ```legend```- It defines a caption for a