Semantics In The Horizontal Rule Tag?

HTML logo
Some thoughts on the topic of the horizontal rule tag in HTML 5.

Filed under:

Debugging Your Html 5 Templates Visually

HTML
In a previous article I talked about the CSS2 and 3 box model. In that discussion we found a way to eliminate the old CSS box model that excludes the border and padding out of the width. In this tip, I provide a means to visually debug your layout templates.

Filed under:

Building A Liquid Web Layout

Website Design
In my last article, I discussed what was Responsive Web Design and who in particular would be interested in it. I also talked about some tools a developer can use to become zen to this new design philosophy. In this installment I will look at the nuts and bolts in making flexible, adaptive web layouts.

Filed under:

Implementing Tooltips In Forms

HTML Learn how to build tool tips into your custom HTML forms.
Filed under:

HTML 5 Needs A File Include Tag

HTML
While sitting here writing up some static HTML 5 pages, I noticed something - I was repeating my markup over and over again. I wondered to myself why HTML 5 doesn't have an include file tag. Wouldn't there be much more to gain by having this in the name of reusability?

Filed under:

Why You Should Validate Your HTML Pages

HTML
Listen up! Is the text that you are specifying inside your HTML documents being parsed? Here's a reason why you need to validate your HTML pages.

Filed under: