InterviewSolution
Saved Bookmarks
| 1. |
How Can I Eliminate The Extra Space After A Tag? |
|
Answer» HTML has no MECHANISM to CONTROL this. However, with CSS, you can set the margin-bottom of the form to 0. For example: HTML has no mechanism to control this. However, with CSS, you can set the margin-bottom of the form to 0. For example: |
|