Intro to JavaScript- This is George's version!
What have we learned so far about creating webpages?
-
HTML is the body of the website. Header tags, list tags, paragraph tags,
drop down boxes, and more!
- CSS is the style of the website. Things like color, format, size, etc
What do we still have to learn about webpages?
- JavaScript! JavaScript is beyond just layout and style. JavaScript is what makes your website actually work.
- Here are some cool things you can do with JavaScript!
Math check!