HTML/CSS/JS
HTML/CSS/JS projects allow for creating simple websites on Pickcode. Using the files sidebar, you can add multiple HTML, CSS, and Javascript files and link between them. You can also upload and display image files.
Using the full screen button in the website preview, you can see your webpage in full screen.
If there are multiple HTML files in the project, you can switch between them using the dropdown that appears in the website preview.
Settings
By default, your web preview updates once per second as you type. To change this, click the settings cog in the website preview area and turn "Auto-refresh preview" to "Off".
In the settings menu, you can also toggle the Javascript console on and off.
Javascript libraries
To utilize an external Javascript libary, for instance, P5.js, you can import them using <script>
tag in your HTML code.