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/TimeMondayTuesdayWednesdayThursdayFriday
8-10MATHSBEEE-CHE-
10-12BEEEWEBCHEMATHS-
12-1L U N C H
1-3WEBENG-ENG-
3-5---SOFT SKILLS-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
S. No.Subject CodeSubject Name
1.19AI414Fundamentals of Web Application Development (WEB)
2.19EE305Basic Electrical Electronics & Measurment Engineering(BEEE)
3.19CY205Principle of Chemistry in Engineering (CHE)
4. 19MA201Calculus and Matrix Algebra(Ma)
5. 19EY701Soft Skills
6.19EN101Communicative English(ENG)
+ + +``` + +# OUTPUT: + +![Screenshot 2023-12-25 143317](https://github.com/gowriganeshns/timetable/assets/145181288/315db914-4f69-4aa9-9b13-69f45b1d968b) + -# OUPUT +# RESULT: +Thus the program executed successfully.