Skip to content

selvasachein/slot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Ex02 Time Table

Date:

AIM

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

ALGORITHM

STEP 1

Create a Django-admin Interface.

STEP 2

Create an App inside the Django project.

STEP 2

Create a static folder uder the created App and insert HTML code.

STEP 3

Create a simple table using <table> tag in html with the relevant attributes.

STEP 4

Add rows using <tr> tag.

STEP 5

Add your course schedule using <td> tag.

STEP 6

Execute the program using runserver command.

PROGRAM

OUTPUT

RESULT

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published