I want to load a mobile view responsive website into in my HTML page.
<!DOCTYPE html>
<html>
<head>
<title>full screen iframe</title>
</head>
<frameset rows="100%,*">
<frame src=
"https://en.wikipedia.org/wiki/HTML_element#Frames">
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>
with this i’m able to load but i want to load design as we open wikipedia in mobile version.
New contributor
Ad zeebra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.