diff --git a/frontend/elements/dragndrop/dragndrop.md b/frontend/elements/dragndrop/dragndrop.md
index a261c8f..376367e 100644
--- a/frontend/elements/dragndrop/dragndrop.md
+++ b/frontend/elements/dragndrop/dragndrop.md
@@ -7,7 +7,7 @@ Elements can be made drag and droppable which can be helpful to allow users to r
In order to make elements drag and droppable you must define a container which contains all the drag and droppable elements.
```html
-
+
```
@@ -16,7 +16,7 @@ In order to make elements drag and droppable you must define a container which c
Elements which should be draggable in the container must be marked with `draggable="true"`.
```html
-
+
1
2
3
diff --git a/frontend/forms/forms.md b/frontend/forms/forms.md
index 6feaa43..88e4be9 100644
--- a/frontend/forms/forms.md
+++ b/frontend/forms/forms.md
@@ -1,9 +1,17 @@
# Forms
+Handling data is very important for the application which makes forms and data display very important.
+
+Basically any element that can contain child elements can be a form, this includes `