Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
images = getElementsByTagName("img");
[gray][i]//note the <= changed to <[/i][/gray]
for(i = 0; i < images.length; i++){
alert (images[!][i][/!].id);
}