6 Respuestas
+ 3
You can only use JavaScript IN html... that's we called client-side.
But you can use any language you want to build html pages and send them to user... that's we called server-side.
+ 1
Please help.
+ 1
PHP is an easy one, because you can use it really in HTML just between <?php ?>. For python you should probably make an CGI script a generate the HTML code from there. JavaScript as mentioned before an easy one too, just between the HTML script tags like: <script > </script>
0
you can use <%
print ("like these")
%>
to put python inside html
hup that hep you 🤗
0
LOLBRAID Whom are you trying to fool here 🥱
- 2
Just... do it!