Exercise 11: Translating PSDs to Markup + CSS
Tonight the primary goal will be to translate the PSD pages into valid and semantic HTML: don’t even worry about the CSS yet. That said, you’re welcome to create IDs and classes in the HTML (e.g. <div id="maincontent">
) that you’re pretty sure you will need when you get to the CSS.
Please do not try to implement a module system for this exercise: just use semantic class and ID names and attach them to your <div>
s, <span>
s, <p>
s, <h1> - <h6>
s, <ul>
s, etc.
Update: A solution with both HTML and CSS is now included with the files.