how to prevent the display of getting framed in html?
Answer / Pranveer Kumar
To avoid being displayed within a frame, add the 'frameset' meta tag with the content attribute set to '0':nn```htmln<!DOCTYPE html>n<html lang="en">n<head>n <meta charset="UTF-8" />n <meta name="MSSmartTagsPreventParsing" content="noframes" />n <title>No Frames</title>n</head>n<body>n <h1>This page should not be displayed within a frame.</h1>n</body>n</html>n```
| Is This Answer Correct ? | 0 Yes | 0 No |
What is initial scale?
What is datalist tag?
What is body tag?
What is definition list in html?
What are navigation buttons?
Explain geolocation api in html5.
What are the new APIs provided by the HTML 5 standard?
1 Answers SwanSoft Technologies,
What is d full meaning of url?
What is a meta description tag?
What are xhtml files?
How can I use tables to structure forms?
Is html front end?