code the web site [message #420122] |
Thu, 27 August 2009 02:52 |
mart
Messages: 3 Registered: August 2009
|
Junior Member |
|
|
There are many ways to code a website - some better than others. Using tables to code sites used to be the norm because it was the easiest and fastest way to get things done. Today, we know better and most coders have made the transition to tabless code. We've taken things a step further with our seperational approach to behavioral, stylistic, and structural elements. We keep the XHTML, CSS, and JS as seperated as possible to make updates easier and to improve accessibility by keeping the seperate elements independant of eachother.
|
|
|
|