diff --git a/README.md b/README.md index 744f5c6a6..76719c904 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Ex03 Time Table -## Date: +## Date:25/12/2025 ## AIM To write a html webpage page to display your slot timetable. @@ -24,10 +24,70 @@ Add your timetable using `````` tag. Execute the program using runserver command. ## PROGRAM +``` + + + + + + Document + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Day/TimeMondayTuesdayWednesdayThursdayFridaySaturday
8-10CECEFPWEBFPFP
10-12WEBFPPYFPFPCE
1-3FPFPMMCEWEBPY
3-5FPPYWEBPYWEBPY
+ + +``` ## OUTPUT - +![alt text]() ## RESULT The program for creating slot timetable using basic HTML tags is executed successfully.