For quite some other reason, I was looking at the source of a Google
response page (which by the way contains some horrible SGML-related
syntax errors), and was a bit surprised to find some <img> tags with
no src= attribute. They also show up in Mozilla's View->Page
Info->Media display, in that they have Type "Image" but the "Address"
column is empty.
They use them like this:
<td height=7><img width=1 height=1 alt=""></td>
and/or this (invalid syntax but for a different reason):
<td bgcolor=#3366cc ><img width=1 height=1 alt="">
What do the team think?
OK, I have been known to resort to <td ...> </td> in the past,
but I don't think I'd really want to do that.
Comment