Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Well, to make any page, you need containers of some kind. You can use many type of things, but <div>s are usually best, because they are just generic block-elements that are designated to be used as all-purpose containers. Assuming you know how to style them correctly, you could, in theory, build a site out of almost anything, say, <ul>s and <li>s, or <dl>s and <dt>s, <dd>s. Of course, it would be silly to do so.
Until you understand HTML (and CSS) a bit better, I would do the examples in the book. Even if they aren't perfect examples, it will be good to get familiar with HTML structure so that you are comfortable working in its environment.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
Last edited by wayfarer07; 09-08-2008 at 10:21 AM..
|