Posts Tagged "HTML"

10 HTML Tag Crimes You Really Shouldn’t Commit

I have been just read an article called “10 HTML Tag Crimes You Really Shouldn’t Commit”. As the title mentions it describes 10 common HTML mistakes made by web developers. The main issue with the mentioned crimes is that many of them are not visible to the users, they only become visible when you look inside the HTML code thats why these mistakes are being made by many developers.
Using In-line Styling:
inline styling

Read More