diff --git a/README.md b/README.md
index 7b29a4f4..16b07f0a 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,132 @@
# Experiment_Time_Table
## AIM
+
To Write a html webpage page to display your timetable.
# ALGORITHM
+
### STEP 1
+
create a simple table using table tag
+
### STEP 2
+
Add header row using th tag
+
### STEP 3
+
Add your timetable
+
### STEP 4
+
Execute the program
# CODE
+```html
+
+
+
+Slot Timetable
+
+
+
+
+
+
+
+SLOT TIME TABLE - Naveen G(212223220066)
+
+| Day/Time |
+Monday |
+Tuesday |
+Wednesday |
+Thursday |
+Friday |
+
+
+| 8-10 |
+MATHS |
+BEEE |
+- |
+CHE |
+- |
+
+
+| 10-12 |
+BEEE |
+WEB |
+CHE |
+MATHS |
+- |
+
+
+| 12-1 |
+L U N C H |
+
+
+| 1-3 |
+WEB |
+ENG |
+- |
+ENG |
+- |
+
+
+| 3-5 |
+- |
+- |
+- |
+SOFT SKILLS |
+- |
+
+
+
+
+
+| S. No. |
+Subject Code |
+Subject Name |
+
+
+| 1. |
+19AI414 |
+Fundamentals of Web Application Development (WEB) |
+
+
+| 2. |
+19EE305 |
+Basic Electrical Electronics & Measurment Engineering(BEEE) |
+
+
+| 3. |
+19CY205 |
+Principle of Chemistry in Engineering (CHE) |
+
+
+| 4. |
+ 19MA201 |
+Calculus and Matrix Algebra(Ma) |
+
+
+| 5. |
+ 19EY701 |
+Soft Skills |
+
+
+| 6. |
+19EN101 |
+Communicative English(ENG) |
+
+
+
+
+```
+
+# OUTPUT:
+
+
+
-# OUPUT
+# RESULT:
+Thus the program executed successfully.