From 3457b750522bb5ef05c162ba3f0a80d29f68104c Mon Sep 17 00:00:00 2001 From: "Naveen.G" <145181288+Naveenganesan1@users.noreply.github.com> Date: Mon, 25 Dec 2023 14:39:19 +0530 Subject: [PATCH] Update README.md --- README.md | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 115 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b29a4f4..03f093b8 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: + +![Alt text](<../Screenshot 2023-12-25 143317.png>) + -# OUPUT +# RESULT: +Thus the program executed successfully.