Breadcrumbs
Tag: "forms"
-
Best Markup for Semantic HTML Forms?
- Author
- Date
- Thu 21 Aug 2008 at 12:41
- Type
- Blog Entry
When I code a webpage, I always fret about making sure that my markup is as semantic and simple as possible. Generally, creating a semantic webpage is easy, but I have always found coding semantic HTML forms to be difficult. In the web development world, there are a few excepted formats for semantic HTML forms: tables, <div>'s, paragraphs, ordered lists, and definition lists. The challenge is that each form has its own pros and cons in relation to semantics. Foremost, the <div> element simply provides no semantic clarity for f…
-
Top Ten Don'ts of Usable Web Design
- Author
- Date
- Sun 29 Jan 2006 at 9:33
- Type
- Article
What makes a website unusable? Large media files? Complex navigation? Inconsistency? How about all this and more! Find out here as Ethan tells us the top ten don'ts of practical usability.
-
Too Easy XHTML - Forms [6]
- Author
- Date
- Thu 14 Apr 2005 at 20:02
- Type
- Article
Taking user input is the first step in making a dynamic XHTML website. This is done using forms and form elements. Here Ethan shows us the basics for XHTML forms.
