By creating a free userid, you can save your snippets for your own use or for sharing with others.
Document Object Model – The DOM
Types of nodes found in the DOM
• element nodes
• text nodes
• attribute nodes (note that attribute nodes are NOT children of element nodes)
HTML
Images
When working with web based programming, it is likely you are going to make extensive use of
images of different formats.
A very useful website is called "lorempixel" which returns random images of different sizes when
called. This is extremely useful if you need place holder images in your solution during
development.
Page 129
Comentarios a estos manuales