HTMX + Django: Modern Python Web Apps, Hold the JavaScript Transcripts
Chapter: Welcome to the course
Lecture: What is HTML?
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Welcome to HTML+ Django Modern Python Web Apps Hold the JavaScript. My name is Christopher, and I'll be your guide.
0:09
This course is an introduction to HTML for Django developers. HTML is a web toolkit written in JavaScript designed to help you build dynamic web pages
0:20
by writing little to no JavaScript yourself. It does this by adding attributes to HTML tags, pairing server interactions with changes on a tag.
0:30
It's a similar idea to what happens when you click a link or submit a form. An action happens with the URL associated with that tag.
0:40
How HTML is different is those associations can be with other kinds of tags than just
0:45
links and forms, allowing you to dynamically place chunks of HTML through a server call when an event happens on your page.