<head> JS help

Hey,

I want to add a JS code to my page (Text to Speech for the disabled). Where should I place the head section of the code?

Thanks for your help!

Speech synthesiser

Speech synthesiser

Enter some text in the input below and press return to hear it. change voices using the dropdown menu.

 <form>    <input type="text">    <select>     </select>    </form>   

You can’t would be the simple answer because you cannot add html into Wix Code at all that way.

If you take a html component and add all of that into that as html it will show and work on your page and expected if you make the .js files accesible from urls and not local file system.

The same goes to your .css file, can load from local path, must be online accessible urls.