Hey hey hey! I recently took the test and the answer is D | (• ◡•)|
The first one is d the second one is true the third one is false
You need to provide the options or we cant provide you with the incorrect answer.
I Think The answer is d I hope it helps
Answer:
The inline-block transforms the element to generate a block of box type which is laid out like an inline box. And in QuirksMode, the inline-block is being placed inline which is on the same line where the other content lies, however, it acts as a block. And the inline-block elements are quite the same as the inline element though you can have the padding as well as the margins that can be added on all the four sides. This is the only difference though, you will have to mention in the CSS code display:inline-block. They are very commonly used to make the horizontal navigation link.
Explanation:
Please check the answer section.