Guest User

Untitled

a guest
May 26th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # Codi 3 - Forms
  2.  
  3. Balise `sup` pour les champs required
  4.  
  5. `<form action="" method="">`
  6. action vs method (post|get)
  7.  
  8. `required` > input
  9.  
  10. Multiple classes, id and classes
  11. `<input type="text" id="name" class="small style2" />`
  12.  
  13. ### Coding style / binome
  14. Keep same style of coding
  15.  
  16. ## Insister sur
  17. - HTML valide
  18. - CSS valide
  19. - Indentation
  20. - Coding style
Add Comment
Please, Sign In to add comment