& Amp; nbsp; although frameset is not used much now, it is a must for beginners. Today I will talk about how to use frameset to build a website background framework! & Amp; nbsp; first, we need to know framese
Although frameset is not used much now, it is a must for beginners. Today I will talk about how to use frameset to build a website background framework!
First, we need to know that frameset cannot be used with the body, while iframe can. If you add a text The text must be embedded in the <body> </body> label. </P> <br/> <ul> <li> Each frameset defines a series of <em> or </em> columns </li> <li> rows/columns the value specifies the area on the screen occupied by each row or column & nbsp; </li> </ul> <br/> & nbsp; then let's take a look at this code: <br/> <pre class = "prettyprint linenums bush: xml "lang =" xml "> </frameset> </pre> <br/> This Code indicates that a framework set of two columns is set, the width of the left column is 180px, and noresize indicates that the width is fixed. <Br/> & nbsp; then, how can I use the framework navigation to jump to the specified section? The following code shows the navigation framework on the left: <br/> & nbsp; <br/> <pre class = "prettyprint linenums bush: xml "lang =" xml "> <ptml> <pead> <meta charset =" UTF-8 "> </pead> <body bgcolor =" # ffffd2 "> <ul> <li> registered users </li> <li> return to the home page </li> <ul> </body> </ptml> </pre> <br/> framework as the target. The second frame shows the linked document. The link in the navigation framework points to the specified section in the target file. <Br/> & nbsp; if you do not understand it, you can leave a message to me. You will receive an email when you click "php! <Br/> <p> & nbsp; </p>