F
Frank
I notice that both of these work in my IE5.5
<img src="test.jpg" alt="test picture">
<img src="test.jpg" width=50 height=100 alt="test picture">
Which is the correct one to use and why?
<img src="test.jpg" alt="test picture">
<img src="test.jpg" width=50 height=100 alt="test picture">
Which is the correct one to use and why?