To write a html webpage page to display your slot timetable.
Create a Django-admin Interface.
Create an App inside the Django project.
Create a static folder uder the created App and insert HTML code.
Create a simple table using <table> tag in html with the relevant attributes.
Add rows using <tr> tag.
Add your course schedule using <td> tag.
Execute the program using runserver command.
The program for creating slot timetable using basic HTML tags is executed successfully.