HTML frames are a way of displaying multiple HTML documents in a single browser window.
A frameset is a special HTML document type that has been designed to display separate HTML documents at the same time within tiles of the window.
Note
Both frame
and frameset
tags in HTML have been removed from html5. This has been done because of the fact that they damage usability and accessibility. When frame capability is needed, it is possible to use iframes instead.