
0
Under review
Compiling and Running HTML and JavaScript (Ipad)
I was wondering how to run HTML and JavaScript? I think you can in the app but I am just wondering how to do it? Thanks.
Customer support service by UserEcho
to preview HTML and JavaScript, open the HTML file and tap on the "glasses" button in the top right corner.
I was using only javascript, and trying to console.log() something and does not work, I don't see anything in the javascript console?
I also don't know how to reference a javascript file and my CSS file in my html file with textastic.
Thanks.
Hello,
to reference a JavaScript file from a HTML file, insert a tag like this:
You can reference a CSS file like this:
I hope this helps.