I am creating an application for dynamic graphs in html5 and javascript. I want my 4 graphs on the screen to be displayed as 4 quadrants on any device, this application works. This is code I have created
<!DOCTYPE HTML>
<html>
<head>
<iframe src = "file.html" height="500" width="500" align = "left" frameborder = "0"> </iframe>
<iframe src="file2.html" height="500" width="500" align = "middle" frameborder = "0"></iframe>
<iframe src="file3.html" height="500" width="500"align = "middle" frameborder = "0"></iframe>
<iframe src="file4.html" height="500" width="500"align = "middle" frameborder = "0"></iframe>
</head>
</html>