InterviewSolution
Saved Bookmarks
| 1. |
How many types of html tag |
| Answer» There are two types of html tags \'container tag\' and \'empty tag\'.Container tags - Container tags are pair tags that means they require a starting tag as well as an ending tag. They affect the text appearing between their starting and ending tag.Empty tags - Empty tags just require a starting tag and no ending tag. They just carry out the job assigned to them. | |