.


:




:

































 

 

 

 





(frames). ? - , (, menu.html, , logo.html - , , , content.html - ).

-: -- , , , , - , , , .

, . : " , ?"

, , , . , ' , , , , - .

, - , , , , . , , , , HTML, . , , .

, , , -, , , , ( , :).

, index.html ( ), , -. index.html:

<html>

<head>

<title> </title>

</head>

</html>

- , ... ! body! , - body, ' .

, body, :

Frameset, ', , :), , .

frameset , .

, - , , , . - logo.html, menu.html, content.html - .

-, :

 

, , . , (, , , - , , ).

, , ( , , ). : , - . ²!

, ( *.html ,

):

 

<html>

<head>

<title> </title>

</head>
<frameset rows="100,*,150" >

<frame src="logo.html">

<frame src="content.html">

<frame src="menu.html">

</frameset>

</html>

, . rows <frameset> , (). rows (rows="100,*,150"). - 100 , - 150, , , ( *), - , .

frame . : - logo.html ( ), (content.html), - . , (), content.html

<html>

<head>

<title> </title>

</head>

<frameset rows="100,*,150">

<frame src="logo.html">

<frame src="menu.html">

<frame src="content.html">

</frameset>

</html>

. ... - - , rows, 150 , - :

:) - ...

: rows, cols:

<html>

<head>

<title> </title>

</head>

<frameset cols ="100,150,*">

<frame src="logo.html">

<frame src="menu.html">

<frame src="content.html">

</frameset>

</html>

-, . :

 

, cols , (). cols (cols="100,150,*") , . - 100 , - 150, , .

, , :

, . () () , <frameset> Cols Rows. . .

 

rows () , cols () .

, , () :

<frameset cols="10%,15%,75%">

', 100%. ...

,

, rows cols <frameset>. , ? , <frameset>, .

:

? - . logo.html, , menu.html content.html.

 

<html>

<head>

<title> </title>

</head>

<frameset rows="100,*">

<frame src="logo.html">

< ??? >

</frameset>

</html>

, , ? , Frameset.

<html>

<head>

<title> </title>

</head>

<frameset rows="100,*">

<frame src="logo.html">

<frameset cols="150,*">

<frame src="menu.html">

<frame src="content.html">

</frameset>

</frameset>

</html>

, , . , frame. <frameset></frameset>.

cols <frameset></frameset> ( 150 , , ). <frame>, <frameset></frameset>, , (menu.html content.html).

, :

. content.html (), ' , logo.html menu.html.

<html>

<head>

<title> </title>

</head>

<frameset cols="100,*">

<frameset rows="100,*">

<frame src="logo.html">

<frame src="menu.html">

</frameset>

<frame src="content.html">

</frameset>

</html>

. ͳ :)

, , , , <http://postroika.ru/1step2.html>, , .

, , , , .

, <file:///D:\Documents%20and%20Settings\user\ %20\alex%20new\ \ \steps\primtoframez6.html> , - . () , logo.html.

html>

<head>

<title> </title>

</head>

<frameset cols="100,*">

<frameset rows="100,*">

<frame src="logo.html" scrolling="no" >

<frame src="menu.html">

</frameset>

<frame src="content.html">

</frameset>

</html>

Scrolling - <frame>. ³ : no - , ; yes - ; auto - ' , .

, scrolling="auto", , scrolling , ', , - .

- , , , . ? noresize <frame>:

<html>

<head>

<title> </title>

</head>

<frameset cols="100,*">

<frameset rows="100,*">

<frame src="logo.html" scrolling="no" noresize >

<frame src="menu.html" noresize >

</frameset>

<frame src="content.html" noresize >

</frameset>

</html>

. border, . , border="0".

<html>

<head>

<title> </title>

</head>

<frameset cols="100,*" border="0" >

<frameset rows="100,*">

<frame src="logo.html" scrolling="no">

<frame src="menu.html">

</frameset>

<frame src="content.html">

</frameset>

</html>

:). , ... ! :

<html>

<head>

<title> </title>

</head>

<frameset cols="100,*" border="0">

<frameset rows="100,*">

<frame src="logo.html" scrolling="no" marginwidth="0" marginheight="0" >

<frame src="menu.html">

</frameset>

<frame src="content.html">

</frameset>

</html>

marginwidth marginheight , . , , (logo.html).

, , , , . , , <body>, , <frame>, , .

, , .

, . - . , , , . , , . ?

, , <frame> - name ( , name, , :). name :

 

<html>

<head>

<title> </title>

</head>

<frameset cols="100,*" border="0">

<frameset rows="100,*">

<frame src="logo.html" scrolling="no" marginwidth="0" marginheight="0">

<frame src="menu.html">

</frameset><frame src="content.html" name="window-1" >

</frameset>

</html>

name ' ( , content.html).

' (), <a> target (target="_"), , , .

target - menu.html.

<html>

<head>

<title> </title>

</head>

<body background="cherti3.gif" text="#ffffff" link="#ffffff" alink="#ffffff" vlink="#ffffff">

<center>

<a href="content.html"></a>

<a href="tumki.html"></a>

<a href="bumki.html"></a>

<a href="tururumki.html"></a>

<a href="tra-la-la.html"></a>

</center>

</body>

</html>

(menu.html), . target="window-1", window-1 - ' , (content.html).

<html>

<head>

<title> </title>

</head>

<body background="cherti3.gif" text="#ffffff" link="#ffffff" alink="#ffffff" vlink="#ffffff">

<center>

<a href="content.html" target="window-1" ></a>

<a href="tumki.html" target="window-1" ></a>

<a href="bumki.html" target="window-1" ></a>

<a href="tururumki.html" target="window-1" ></a>

<a href="tra-la-la.html" target="window-1" ></a>

</center>

</body>

</html>

, , , , :) - - (index) , ().

, , , , , target _top:

< href="project.html" target="_top"> </a>

, () ().

. , , IFrame - "" .

, Iframe, . IFrame - "" . , . Iframe -, . Iframe html- html-.

:

, ' , . , "" , - , " ", , , .

html- <iframe></iframe>:

<IFRAME src="ancorpri.html" width="300" height="250" scrolling="auto" frameborder="1">

</IFRAME>

src , .

height width .

scrolling ( ) : : no - , ; yes - ; auto - ' , .

frameborder , 1 (, ) 0 (, ).

, noresize .

Iframe : , , , .

Iframe - , , , , .

, , , , ' , , html- , .

 

:

1. 䳿 .

2. , .

3. "³" , , .

4. , .

5. , .

 





:


: 2015-10-01; !; : 659 |


:

:

.
==> ...

1679 - | 1627 -


© 2015-2024 lektsii.org - -

: 0.107 .