Today I learned a new code which is really useful to use, which is the "display: inline;" and the "display:block;"
The display inline basically keeps on going all strait or in the same direction, in the other hand the display block dosent goes all strait it cuts it out and starts another line in bottom. I think this two new codes will be really useful specially if we doing web pages, I'm going to try this code in my web see how it goes !
Keep looking back over the relevant chapters in CSS: The Missing Manual and make yourself use proper CSS vocabulary (you need to "talk the talk" to do well in a job interview in the future ;-)
ReplyDeleteWhat do you call "display: block;" (hint: look in Chapter 1)? What do you call the "display" part? What about the "block" part?