2. Separate your HTML from your CSS
Some people use web design programs very erroneously. They embed their styles into the same file as their separate webpages. That will make it far more difficult to change details and get them to match other pages at a later date. If you use proper etiquette and run external stylesheets, editing becomes far easier.
It was actually the entire idea behind webdesign, originally. But at a time when coding by hand became less popular many of these ideals were thrown out with the bathwater. If you want to be a decent webdesigner you will want your coding to be pure and the idea behind it to be easy to edit in the future. You're actually helping yourself since you can edit details in design in one file and see the changes straight away.
0 comments:
Post a Comment