InterviewSolution
Saved Bookmarks
| 1. |
Do all HTML tags have an end tag? |
|
Answer» No, there are some HTML TAGS that do not need a CLOSING tag. Examples are the <IMG> , <br>, <hr> tags |
|