Guest User

Untitled

a guest
Feb 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. display behaviors in your browser through javascript
  2.  
  3. box_model-margin, border, padding, content
  4.  
  5. border, padding & margin can adjust with 1 number, 2 numbers or 4 numbers
  6.  
  7. 4 number syntax for css--goes like a clock(top, right, bottom, left)
  8.  
  9. binary, decimal, hexadecimal
  10.  
  11. decimal = base 10, starts 0-9
  12.  
  13. binary = base 2,
  14.  
  15. hexadecimal = base 16: 0123456789ABCDEF
  16.  
  17. 10 represents new set in all
  18.  
  19. #00FF00- first two red, second two green, last two blue
  20.  
  21.  
  22. ! tab in an html doc creates basic html doc
  23.  
  24. in html action is a url & method is a verb
Add Comment
Please, Sign In to add comment