Advertisement
NiTeWuRX

IFRAME template with all options

Jun 6th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.79 KB | None | 0 0
  1. Here is a *new* blank IFRAME with all the parameters I could find - for easy cut-n-paste
  2. Just noticed yesterday there are some major changes regarding how HTML5 deals with them,
  3. so this is the updated list with the 3 *new* attributes: sandbox, seamless, srcdoc
  4.  
  5. <iframe
  6. srcdoc=""
  7. src=""
  8. name=""
  9. id=""
  10. title=""
  11. height=""
  12. width=""
  13. class=""
  14. style=""
  15. seamless=""
  16. sandbox=""
  17. ></iframe>
  18.  
  19.  
  20.  
  21. I am keeping this *old* one here... just cause...
  22.  
  23. <iframe
  24. src=""
  25. name=""
  26. id=""
  27. title=""
  28. longdesc=""  - Not supported in HTML5.
  29. marginheight=""  - Not supported in HTML5.
  30. marginwidth=""  - Not supported in HTML5.
  31. scrolling=""  - Not supported in HTML5.
  32. height=""
  33. width=""
  34. class=""
  35. style=""
  36. frameborder=""  - Not supported in HTML5.
  37. align=""  - Not supported in HTML5.
  38. ></iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement