1. Home
  2. Computing & Technology
  3. Web Design / HTML

Perfect HTML with a Validator

The easiest way to write correct HTML and CSS is to use an HTML editor that writes it for you. But there can still be errors, so validation helps keep your pages perfect.

Free Validators

Web Design / HTML Spotlight10

Jennifer's Web Design / HTML Blog

Poll: Do you use includes on your website?

Thursday November 19, 2009

An include is a script or tool that helps you include one HTML file in another. The most common reason to use includes is because you have content that is repeated across your website - such as navigation. When you use an include, you write the navigation as one file and then call it with an include reference in the pages where you want it to appear.

The thing is, includes are not something you can do with plain HTML. You have to use a script or tool of some sort to handle it. The original include was the SSI or server side includes. But now you can create includes with languages like PHP and ASP, JavaScript and even frames. You can also use tools like Dreamweaver library items to act as includes offline.

Wordless Wednesday - Readers' Favorite Web Page Designs: Ali Felski

Wednesday November 18, 2009
Ali Felski

See More Favorite Web Page Designs or submit a page that you love.

Editors - So Many To Choose From

Monday November 16, 2009

This week, I finalized two "best of" lists:

If your favorite editor is not on those lists, the best way to bring it to my attention is to write a review of it.

Editor Round Up

These are the editor reviews I finished this week:

For the rest of the month, I'll be focusing on the lists of best editors in several categories including:

  • Best WYSWYG editors
  • Best text editors
  • Best free editors
  • Best editors for small business owners
  • Best editors for children and newcomers to Web design

And finally, I'll provide a list of the worst Web editors for Windows, Macintosh, and Linux/UNIX so you'll know which ones to avoid.

Poll: Do you indent your HTML?

Thursday November 12, 2009

Indenting HTML code makes it easier to read and thus easier to maintain later. But some people feel that adding indents can increase the size of pages by adding in white space that isn't used on the page. Personally, I feel that it's important to have some indenting, so that the HTML is easier to read, but putting in a 4-space indent for every nested tag is a bit of overkill as well.

Explore Web Design / HTML
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

©2009 About.com, a part of The New York Times Company.

All rights reserved.