Reflection Blog Post #5
Separating well structured html documents with css used to provide a presentational layer. Presenting your web pages in this format offers numerous advantages to imrpove your code and become more professional. Using css instead of using embedded styles in your html is advantegous because it is simple to read, decrease in loding times because of small file sizes, valid markup, and no use of tables to control structure.
Advertisements
Leave a Comment