This book uses the author's learning experience to tell you about basic CSS syntax, and uses examples to let readers understand how to use DIV+CSS to replace the traditional table layout.
Are you learning CSS layout? Are you still unable to fully master pure CSS layout? There are usually two situations that hinder your learning: The first possibility is that you have not yet understood the principles of CSS processing pages. Before you consider the overall performance of your page, you should first consider the semantics and structure of the content, and then add CSS for the semantics and structure. This article will tell you how to structure HTML. Another reason is that you are at a loss for those very familiar presentation layer attributes (such as cellpadding, hspace, align="left", etc.) and don't know what CSS statements to convert them into. After you solve the first problem and know how to structure your HTML, I will give you a list detailing what CSS to use to replace the original presentation attributes.
Expand