Students will learn the details required to combine CSS (Cascading Style Sheets)
with HTML, XHTML, or XML to create rich, powerful web sites. Topics include: selectors,
cascade and inheritance, text and font manipulation, layout, and positioning.
Return to EdCC Top 10 Fav Courses
I remember this class as the wake-up call that the "new" web is a whole lot more complicated than the "old" web I had worked on when I first learned web development. Similar to where HTML was compared to HTML5--only more so! I remember this class as being a lot of work. Trying to find code that would work the same for the three major browser vendors wasn't always easy when you're playing around with some of the new CSS modules. Lots of coders have used tables to position page content and while CSS includes support for tables, we all need to go back and change any tables that are not used for true table data and convert those tables to CSS. Grade: 4.0
Our intro to CSS from Chapter 1 of our text (opens a new tab/window) Getting our feet wet with our first web page calling an external style sheet.
XML document calling a stylesheet (opens a new tab/window). XML was another big challenge for me (and all the other students as well) and I think every course included at least one class with some kind of XML lesson in it. This is that lesson for the CSS course. And, once again, we were instructed to duplicate at existing picture. In other words, someone else picked out those colors, not me;-)