I do a lot of HTML at work currently. It’s good fun learning new things all the time relating to making websites. This section features posts relating to HTML, CSS, accessibility and browser compatibility etc.
Links
A hack to make Windows 8 with IE10 responsive
https://github.com/twbs/bootstrap/issues/9162
A great tool to quickly find a lot of accessibility issues on a page. To use it, drag the orange ribbon to your bookmarks bar. Go to your page, then click your newly added bookmark.
http:/
If you want to add your email on your website ( even though it’s not recommended ) you can at least convert it to code which helps
http://wbwip.com/wbw/emailencoder.html
Making placeholder text show up in ie 8,9
https://github.com/mathiasbynens/jquery-placeholder
Weird quirk to remove text from a button in IE7
http://css-tricks.com/snippets/css/remove-button-text-in-ie7/