Can the python
programming language be used together with html
?
If so, how do I make this junction between the two languages?
To my knowledge, to call a file js
in hmtl
we can do it in 2 ways, writing script
inside html
or calling an external file.
But I know that js
is a web language, so we have a lot of support ... Since python does not, how can we do this join?