InterviewSolution
Saved Bookmarks
| 1. |
What is block level or inline elements of html? |
|
Answer» In HTML, most elements are defined as BLOCK LEVEL or inline elements.Block level elements start from a new line. For example: , |
|