diff --git a/README.md b/README.md
index d2e0055e2..0a8d3caa5 100644
--- a/README.md
+++ b/README.md
@@ -1,44 +1,150 @@
# Ex.05 Design a Website for Server Side Processing
-## Date:
-
-## AIM:
- To design a website to calculate the power of a lamp filament in an incandescent bulb in the server side.
-
-
-## FORMULA:
-P = I2R
-
P --> Power (in watts)
-
I --> Intensity
-
R --> Resistance
-
-## DESIGN STEPS:
-
-### Step 1:
+# Date:26/05/2025
+## NAME: Elaiyavan K
+## REG NO: 24900184
+# AIM:
+To design a website to calculate the power of a lamp filament in an incandescent bulb in the server side.
+
+# FORMULA:
+P = I2R
+P --> Power (in watts)
+ I --> Intensity
+ R --> Resistance
+
+# DESIGN STEPS:
+## Step 1:
Clone the repository from GitHub.
-### Step 2:
+## Step 2:
Create Django Admin project.
-### Step 3:
+## Step 3:
Create a New App under the Django Admin project.
-### Step 4:
+## Step 4:
Create python programs for views and urls to perform server side processing.
-### Step 5:
+## Step 5:
Create a HTML file to implement form based input and output.
-### Step 6:
+## Step 6:
Publish the website in the given URL.
-## PROGRAM :
-
-
-## SERVER SIDE PROCESSING:
-
-
-## HOMEPAGE:
-
-
-## RESULT:
+# PROGRAM :
+### math.html
+```
+
+
+
+