HTML and CSS Reference
In-Depth Information
innovative and inspiring person. All the while, keep in mind that going with the flow isn't
necessarily the best way to stand out from the crowd.
One last thing before we dive into the mystery of my Web-based game portfolio. I use jQuery
which has made my life much easier by speeding up development and keeping my code clean
and simple.
Now, let's get our hands dirty with some code.
The HTML
Let's warm up with a quick overview of some very basic HTML code. It's a bit long, I know, but
let's take it step by step.
< div id =" wrapper ">
< hgroup id =" myInfo ">
< h1 > DANIEL STERNLICHT </ h1 >
< h2 > Web Designer, Front-End Developer </ h2 >
</ hgroup >
< div id =" startCave " class =" cave "></ div >
< div id =" startCaveHole " class =" caveHole "></ div >
< div id =" mainRoad " class =" road "></ div >
< div id =" leftFence "></ div >
< div id =" rightFence "></ div >
< div id =" daniel "></ div >
< div id =" aboutRoad " class =" road side "></ div >
< div id =" aboutHouse " class =" house ">
< div class =" door "></ div >
< div class =" lightbox "> ... </ div >
< div id =" aboutSign " class =" sign ">
< span > About Me </ span >
</ div >
Search WWH ::




Custom Search