Guest User

Untitled

a guest
Feb 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Javascript:
  2.  
  3. Getting js to talk to HTML. Only 3 things that the browser needs is javascript, css, and html
  4.  
  5. Basic javascript is needed for framework.
  6.  
  7. DOM - Document Object Model
  8. - structure of HTML
  9.  
  10.  
  11.  
  12.  
  13. JavaScript converts tags into objjects: "div"
Add Comment
Please, Sign In to add comment