Developer was wondering why image was getting stretched and asked me to take a look. Always make sure your coder knows what s/he is doing.
See how many errors you can spot and then scroll down. Have in mind that this is from a newsletter sent in email.
- Tag name is uppercase.
- CSS is uppercase.
- Values not quoted.
- HTML width and height different from CSS width and height.
- https instead of http.
- Extra slash in url.
- Tag not closed.
- Pointless inline CSS.
- alt not set.
3 comments: