|
|
Tableless Web design is the art of building websites without resorting to the use of tables merely for presentational purposes. Instead of tables, CSS (Cascading Style Sheets) positioning is used to arrange elements and text on a Web page
|
|
Read more...
|
|
|
Using more semantic and structured HTML makes it easier and quicker to understand code created by somebody else. By using semantic HTML, you will make the different parts of a document meaningful to any web browser, be it the very latest graphical web browsers on a modern PC, an old web browser that doesn't handle CSS, or a text-based browser in a Unix shell.
|
|
Read more...
|
|
|
Separation of Structure & Presentation |
|
When discussing web standards, something that is mentioned a lot is the importance of separating structure from presentation. Understanding the difference between structure and presentation can be difficult at first, especially if you're used to not thinking about the semantic structure of a document. However, it's very important to understand this, since controlling the presentation of a document with CSS becomes much easier if structure and presentation are separated.
|
|
Read more...
|
|
|
The advantages of using this kind of URLs are that search engine robots will index the site better, it becomes easier for humans to read the URL, and you avoid revealing which server technology you're using. Since the URLs don't contain server specific file extensions, like .asp, .cf, .cgi or .jsp, this will also make it easier to change the technology used on the server, should that become necessary.
|
|
Read more...
|
|
|
In Web designing, an optimized image gives you the smallest image size while maintaining a high quality visual appearance. Each image on your site must be correctly sized and optimized for web use. |
|
Read more...
|
|
|
Web standards are technologies, established by the W3C and other standards bodies, that are used to create and interpret web-based content. These technologies are designed to future-proof documents published on the Web and to make those documents accessible to as many as possible.
|
|
Read more...
|
|
|