tutorial 4: what is the relationship between JavaScript and web design?
watch it on YouTube
Notes
- Components in Web Design
- page content
- page structure: encoded with HTML
- page design: encoded with CSS
- page function: encoded with JavaScript
- JavaScript can...
- generate HTML and CSS on a page dynamically
- modify content on a page
- accept and use input from users