diff --git a/docs/html/forms/building-form.md b/docs/html/forms/building-form.md
index 890703dbb..ffc8b740d 100644
--- a/docs/html/forms/building-form.md
+++ b/docs/html/forms/building-form.md
@@ -1,3 +1,218 @@
---
+id: building-forms
+title: Building Forms in HTML
+sidebar_label: Building Forms
+sidebar_position: 1
+tags: [html, web-development, forms, user-input, front-end-development, web-design]
+description: Learn how to create forms in HTML to collect user input effectively, with detailed examples and best practices.
+---
+
+Forms are an essential part of any website or web application. They allow users to interact with the website by providing input, such as text, selections, and buttons. Forms are used for various purposes, such as user registration, login, search, feedback, and more.
+
+