Using HTML - Page 4 - CSS Basics - Learning to build your own website from scratch
Saturday, July 28th, 2007Please note that this is part of a series:
«« First « Previous (Page 3)
Page 1 through 3 explained the basics of HTML using the XHTML1.0 Transitional DocType. Page 4 will focus on CSS specific XHTML elements. First we’ll talk about the <link> element, the <style> element, and the style attribute. Next we’ll talk about the <div> and <span> elements, used to group sections of the page for use with CSS. Finally we’ll explain the classes and IDs used in a CSS sheet, and discuss the order in which CSS is applied.
more…


