Recently I saw an example of the backend, http://www.medialoot.com/preview/admin-template/. In the past, it was possible to change the left and right points of the iframe. In the above example, how to achieve it in HTML5.
How to use xhtml, how to use html5. What's the problem?
<a href="http://www.csdn.net/" target="demo">CSDN</a><a href="http://www.bing.com/" target="demo">BING</a><iframe name="demo"></iframe>
Can you help me modify the example above?