Algorithm project "Code"

profileMalikbinn
README.txt

READNE: Notes on an HTML + CSS + JS example Time-stamp: <2019-02-03 20:31:18 Chuck Siska> ------------------------------------------------------------ How to handle the JS-1 files to get results: 1. Main HTML file is js-1.html, a web page. 2. Sibling folder (at same level as .html) is "assets". (You can move this folder elsewhere if you change js-1.html accordingly.) 3. Web page links to (loads) assets/styles.css, a very simple CSS file. 4. Web page has some HTML markup for title, header and text. 5. After body, web page loads a script file from assets with fcns. 6. After that, another Script section defines another function. 7. And then runs some "loose" Javascript commands. How to show (and run) the web page: 8. Drag and drop the html file onto a browser to see what it does. (*) Key: use fcn key F12 to open a "javascript console" in your browser and see what might be going wrong: errors and warnings.