Should I put an end tag when using frame tag?
<frame name="a" src="a.php" />
Is the closing tag / necessary?
Should I put an end tag when using frame tag?
<frame name="a" src="a.php" />
Is the closing tag / necessary?
In HTML, the tag has no end tag. In XHTML, the tag must be properly closed.
Source: http://www.w3schools.com/tags/tag_frame.asp
Also see this answer.