eHow launches Android app: Get the best of eHow on the go.
Showing 1-9 of 9 results
Creating a horizontal tab system on your website can make for a great design feature and is easy for your readers to navigate. While there are many different ways to create horizontal tabs, some...
Tables are old ways to format information on a Web page. Tables are constructed of rows and columns. The intersect of a row and column is a cell. Within these cells, webmasters are able to store...
In the late 1990s, using tables to create a website layout was popular because it was the only real option. However, it was also a problematic hack: HTML tables were never meant to create page...
HTML 5 is the newest iteration of HTML, the basic language of the Web. When finalized, it will replace both current versions, HTML 4.01 and XHTML 1.0. While you should be cautious of using HTML 5...
Tables were an old method of designing website graphics and layouts. Tables are old technology that makes it hard to format a website. CSS div tags have replaced tables as a standard for website...
The <div> tag in HTML is the generic way to break your web pages into sections or "divisions." To use the <div> tag to its full effectiveness, you must combine it with the "id" or...
Centering in HTML
Centering text or paragraphs in HTML is as easy as using a div tag or centering alignment command. Code centered text and images on an HTML website with a professional designer in this free web...
Layers in HTML offer a more flexible way to present and organize information on a Web page than the old style tables. Using layers in Web creation software such as Dreamweaver CS3 or Expressions...
Modern HTML prescribes an array of semantic tags, one of the most common being DIV tags, which are used to organize and structure a document. They are block level elements, which means that even...