0
How can i pack two or more than two programming language in one place or gormat
We need knowladge of more programming language to built an app game or website so think you had wrote programs by using html,js,php,Javascript etc how to combain them in one package tell me.
2 Respostas
0
first you start doing the HTML course, it will show you how to link your CSS and JavaScript files. PHP you do last since its more backend.
PHP files can contain HTML content which means it can also have JavaScript and CSS within it.
it's meant to work together.
In your HTML file you just insert some text into the head tag:
<link rel="stylesheet" href="style.css />
which is just an example, same can go for JavaScript.
0
thank you