HTML - what the "_blank" refers to?

genkijanaiyo

New member
The target attribute was actually removed from XHTML. Can you believe that nonsense? They expected you to open new windows and tabs with the js window.open() method. How lame to do something so trivial.

I guess that's why they're moving back to HTML5 rather than XHTML2. Stupid XHTML...
 
The target attribute was actually removed from XHTML. Can you believe that nonsense? They expected you to open new windows and tabs with the js window.open() method. How lame to do something so trivial.

I guess that's why they're moving back to HTML5 rather than XHTML2. Stupid XHTML...
 
<div class="img">
<a target="_blank" href="klematis_big.htm">
<img src="klematis_small.jpg" alt="Klematis" width="110" height="90" />
Of course, I have my own pics and the bigger pic too all linked up but the big pic don't appear, why?
</a>
<div class="desc">Add a description of the image here</div>
</div>
 
Back
Top