computer 10
computer 10
Understanding HTML
Question and Answers
Q1. Difference between Container and Empty Elements ?
Ans : Container Tags -Tags which include both ON and OFF in HTML . A tag is opened by the opening angle bracket
<>,and closed with the closing bracket </>.
E.g., <HTML > tag has its closing tag, such as </HTML>.
Empty tag – These elements do not have an OFF tag, and only contain ON tags.
E.g., <BR> is an empty tag which breaks the line and displays the text from the next line .