Last lesson we discussed about HTML element (or anchor element), with its href attribute, and how to creates a hyperlink to web pages which marked the end of HTML for begginers. Today we are going to discuss about html tables and how to use them to display tables with rows and column on web page.
All this will be made practical by displaying html code from Django templates in relationship to Django project urls.py at settings.py, Django apps urls.py, views.py and manage.py in order to display our html code to the web browser.
https://mysch.pythonanywhere.com/docu...
Main reference
https://mysch.pythonanywhere.com/docu...
Other references
https://developer.mozilla.org/en-US/d...
https://devdocs.io
https://www.w3schools.com/