Here is CodeAcademy’s tutorial on Javascript … https://www.codecademy.com/learn/javascript
Tag: #html
Text Editor for HTML / JDI Assignments – Sublime
Download this to get the Sublime Text Editor for the Mac.
HTML / JDI Hint – Image Size
Consider using this tag … <img src=”http://upload.wikimedia.org/wikipedia/commons/3/36/2006-ca-turkey.jpg”> You will notice that the image takes up the entire screen because it is such a large size. Now try adding…
Turn your browser into a text editor
Use this code to turn your browser into a text editor. Copy and past the following code into your browser address bar. data:text/html, <body contenteditable style=”font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;”> OR…
Can you program a Website?
What does it take to learn to program?