target tells the browser which window to open the link up in. If the window doesn't exist it creates it (opens a new window). In your example, it looks for a window named ImageWindow. It doesn't find it, so it creates it.
This was used mainly when frames was around to point to which frame you want the page to load into. Now its mainly used as you've seen.
yes, its html.
This was used mainly when frames was around to point to which frame you want the page to load into. Now its mainly used as you've seen.
yes, its html.