+ 6

How can i use python in html

how can i use python, java, php, in html

31st Jan 2017, 4:06 AM
Raphael
Raphael - avatar
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.
31st Jan 2017, 6:26 AM
visph
visph - avatar
+ 1
Please help.
31st Jan 2017, 5:19 AM
Omar Boulbaze
+ 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>
31st Jan 2017, 8:19 AM
raz0rblade
raz0rblade - avatar
0
you can use <% print ("like these") %> to put python inside html hup that hep you 🤗
7th Aug 2020, 11:58 AM
LOLBRAID
LOLBRAID - avatar
0
LOLBRAID Whom are you trying to fool here 🥱
19th Jun 2021, 1:52 PM
AK Productions
AK Productions - avatar
- 2
Just... do it!
31st Jan 2017, 4:50 AM
Konstantin Ostrovskiy
Konstantin Ostrovskiy - avatar