Answers

Question and Answer:

  Home  Front End Web Developer

⟩ Tell me the Difference Between Inline, Block, Inline-block And Box-sizing?

☛ inline is the default. An example of an inline element is <span>.

☛ block displays as a block element, such as <div> or <p>.

☛ inline-block displays an element as an inline-level block container. Here's an article on the topic.

☛ box-sizing tells the browser sizing properties.

 168 views

More Questions for you: