HTML and CSS Reference
In-Depth Information
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
You come to understand this CSS in the following chapters.
After you add a CSS Reset, compare the web page in Chrome and Internet Explorer 9 again (see Figures 2-4 and
2-5). They're much more consistent now, right? The blue border has been removed from the logo in Internet Ex-
plorer 9 and the spacing between elements is almost exactly the same.
In these figures, you may notice that a lot of the spacing between elements has been removed, but you add that again
shortly.
Search WWH ::




Custom Search