Define container and MT tag in HTML.
Answers
Answered by
5
Answer:
In HTML, the container is the area enclosed by the beginning and ending tags. For example < HTML > encloses an entire document while other tags may enclose a single word, paragraph, or other elements. In HTML code, all container must have a start and stop tag to close the container.
Answered by
2
Answer:
The area enclosed by the beggining and ending tag
Similar questions