Computer Science, asked by Bunty8198, 10 months ago

How to put a complete HTML page in a div using jQuery?

Answers

Answered by Axelsen1597
0

Answer:

To put complete HTML page in a div using jQuery, use the load() method. Firstly, add the web page you want to add.

Explanation:

Here’s the code for new.html:

<html>

<head>    

</head>

<body>

<h1>Heading 1</h1>

<p>Demo text</p>

</body>

</html>

Similar questions