Skip to content

yuvaram444/slot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ex03 Time Table

Date:16-11-24

AIM

To write a html webpage page to display your slot timetable.

ALGORITHM

STEP 1

Create a Django-admin Interface.

STEP 2

Create a static folder and inert HTML code.

STEP 3

Create a simple table using <table> tag in html.

STEP 4

Add header row using <th> tag.

STEP 5

Add your timetable using <td> tag.

STEP 6

Execute the program using runserver command.

PROGRAM

'''

<title>my timetable</title>


SLOT TIME TABLE-YUVARAM S (24900232)
    </TABLE>
    </center><BR>
    <center>
        <table border="2" cellpadding="5" width="700">
            <tr><th>s.no</th><th>Subject Code</th><th>Subject Name</th></tr>
            <tr><td>01</td><td>19AI301</td><td>Python</td></tr>
            <tr><td>02</td><td>19AI403</td><td>Introduction to Data Science</td></tr>
            <tr><td>03</td><td>19AI414</td><td>Fundamentals of Web Application Development</td></tr>
            <tr><td>04</td><td>SH3214</td><td>Physics For Quantum Computing</td></tr>
            <tr><td>05</td><td>19EY708</td><td>Career Development Skills</td></tr>
        </table>
    </center>
</body>
'''

OUTPUT

alt text

RESULT

The program for creating slot timetable using basic HTML tags is executed successfully.

TIMEMONTHUWENTHRFRISAT
08-10 ----------------------------------- Python-------------------------------------------------------
10-12 Fundamentals of Web Application Development Introduction to Data Science Fundamentals of Web Application Development Python Physics For Quantum ComputingPYTHON
<12:00-1:00>LUNCH
01-03Career Development SkillPythonMENTOR MEETINGPhysics For Quantum ComputingIntroduction to Data ScienceFundamentals of Web Application Development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 74.0%
  • HTML 26.0%