I have been learning PHP development recently, and I always want to write down the key points, but sometimes I forget to remember them.
The domain name of my free space is cysky.kuphp.net
In the first version of my personal website (just a few small web pages)
Iframe nested web page function is used. This use It is still useful in photo albums and message boards.
The usage method is as follows:
1. Add
<iframe height="330" src="URL" frameborder="0" width="420"></iframe>
Scrolling indicates whether to display the page scroll bar. The optional parameters are auto, yes, and no. If this parameter is omitted, the default is auto.
2. The hyperlink points to the embedded web page, just give the iframe a name.
<iframe name="**">
The method is, for example, I named it aa, and write this HTML sentence,
Then, the hyperlink statement on the web page should be written as:
</iframe><iframe height="330" src="http://www.cnblogs.com" frameborder="0" width="500" name="aa"></iframe>
3. If frameborder is set to 1, The effect is like a text box