You Don’t Know HTML Tables

Reading Time: 2 minutesThis is a deep dive into HTML tables that cover its vocabulary & parts, Table Object Model, Cell headers, and the semantic value of table headers and footers

HTML5 contenteditable and CSS

Reading Time: 2 minutesMy absolute favorite HTML5 attribute is “contenteditable”. It makes the contents of the element editable. It’s an incredibly simple feature that has tons of potential for your website.In fact, I’ve already seen it paired with localStorage or Web SQL APIs … Continue reading

HTML5 meter and range

Reading Time: 3 minutesI’ve really been interested recently in figuring out how to use HTML5 to create graphs and visualized data. I haven’t quite figured it out, but in the course of things, I stumbled upon the meter element and the range input. … Continue reading