Friday, March 15, 2013

March 15 Online Discussion Question 1

<div>

What does it do? What do we need to know about it? How do we use it?

(let each student have a chance!)

5 comments:

  1. lets you put a single measurement for the width of your content area, padding, border, and margin

    {travis}

    ReplyDelete
  2. You use "div"s to mark different sections. You do this by placeing "div" opening and closing tags around the elements that belong to a section.

    Ethan

    ReplyDelete
  3. Just by nesting your elements in (div)s, you've indicated that all those elements belong to the same group.

    Autumn

    ReplyDelete
  4. (div) lets you divide your page into logical sections and groupings.
    [Collin]

    ReplyDelete
  5. It lets you inherit some properties.
    Gracie

    ReplyDelete