InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to change an inline element into a block level element? |
|
Answer» YES, it is POSSIBLE using the “DISPLAY” property with its VALUE as “BLOCK”, to change the inline element into a block-level element. |
|