devxlogo

Be Polite to Frameless Browsers

Be Polite to Frameless Browsers

Older browsers that don’t support HTML frames won’t display anything when they attempt (and fail) to load a page containing the code to set up frames. So a good design tip is to use the tag pair to let users of these older browsers know what has happened.

Browsers that support frames will ignore any code between these two tags. However, browsers that don’t understand frames will pick up the code between them and display it. Here’s an example of how you can be polite to users of such older browsers:

 Example for browsers that don't support frames <BODY>	Put your code for non-frames browsers here.</BODY>
See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist