Whenever you put a link on a web page, make sure that it has text content. This may seem incredibly obvious, but it is actually not all that uncommon to find links that do not contain any text at all. These links usually come in one of the following shapes: <a href=”http://example.com/” accesskey=”0″></a> <a href=”http://example.com/”><img [...]
Web dev
HTML, links
The fieldset and legend elements, which should always be used together, allow you to create and name groups of related input fields in HTML forms. By doing this you help users understand how the input fields are related. How the grouping is conveyed to the user depends mainly on whether the user is sighted or [...]
Web dev
elements, fieldset, form controls, group, HTML, legend
There was a time when many, many, forms on the web had a reset button. Thankfully, reset buttons are not quite as common these days, but there are enough of them out there to cause users lots of frustration.
Web dev
form, HTML, reset button
Online converters always come in handy. Once you need to perform some operation with your files, they can save your time achieving the same results online, without installing some specific software. In fact, there are many online tools, which convert formats, files and code snippets for free. Some of them are quite specific tools aimed [...]
Computers, Internet, Web dev
color, css, HTML, online converter, pdf, rss, Tools
Table is an excellent way of presenting information, especially when a company wants to cite various prices for its services or products. For instance, some websites require users to sign up different levels of membership in order to access certain exclusive contents. They can present to users the distinct features that each level has to [...]
Computers, Graphics, Internet, Web dev
Beautiful, Examples, HTML, Javascripts, Table Building