InterviewSolution
Saved Bookmarks
| 1. |
Which of the following display property value is described by treats the element as inline?(a) inline-block(b) list-item(c) block(d) inlineThis question was posed to me in an online interview.I need to ask this question from CSS Box Model in division CSS Text, Borders and Images of CSS |
|
Answer» CORRECT CHOICE is (d) inline To ELABORATE: Self-explainatory. |
|