Saturday, April 20, 2013

April 19 Online Discussion Question 3

Explain any aspect you learned about floating any element from class. (or if you were absent - from the handout)

6 comments:

  1. You float an element by first giving a section of text an "id". Then you give it a "width" along with the "float" property. Boom, your done!

    Ethan

    ReplyDelete
  2. you can only float an element either left or right not top or bottom

    {travis}

    ReplyDelete
  3. If the browser encounters a floated element, it places it all the way to the right.

    [Collin]

    ReplyDelete
  4. Because the floated paragraph has been removed from the normal flow, the block elements are filled in. It's like the floated paragraph isn't even there.

    Autumn.

    ReplyDelete
  5. floating only applies to sideways, not up and down, I believe it's vertical position on the page just depends on where you place it in your page's flow.

    ReplyDelete