Hi!
Does floating an inline element automatically converts it to a block-level element? If yes, what does this give for an inline element: float: left; display: inline; ?
Is it bad practice to float inline elements directly? (img, span, input, and so on).
Thanks








Bookmarks