顯示具有
標簽 frameset @ 框架頁面 標籤的文章。
顯示所有文章
顯示具有
標簽 frameset @ 框架頁面 標籤的文章。
顯示所有文章
HTML <frameset > <frame > 標簽
| 屬性 |
值 |
描述 |
| frameborder |
0 / 1
|
規定是否顯示框架周圍的邊框。 |
| longdesc |
URL |
規定一個包含有關框架內容的長描述的頁面。 |
| marginheight |
pixels |
定義框架的上方和下方的邊距。 |
| marginwidth |
pixels |
定義框架的左側和右側的邊距。 |
| name |
name |
規定框架的名稱。 |
| noresize |
noresize |
規定無法調整框架的大小。 |
| scrolling |
yes / no / auto
|
規定是否在框架中顯示滾動條。 |
| src |
URL |
規定在框架中顯示的文檔的 URL。 |
| cols |
pixels / % / *
|
設定框架集中列的數目和尺寸。 |
| rows |
pixels / % / *
|
設定框架集中行的數目和尺寸。 |
#html <frameset >
HTML <frameset > <frame > 標簽
| 屬性 | 值 | 描述 |
| frameborder | 0 / 1 | 規定是否顯示框架周圍的邊框。 |
| longdesc | URL | 規定一個包含有關框架內容的長描述的頁面。 |
| marginheight | pixels | 定義框架的上方和下方的邊距。 |
| marginwidth | pixels | 定義框架的左側和右側的邊距。 |
| name | name | 規定框架的名稱。 |
| noresize | noresize | 規定無法調整框架的大小。 |
| scrolling | yes / no / auto | 規定是否在框架中顯示滾動條。 |
| src | URL | 規定在框架中顯示的文檔的 URL。 |
| cols | pixels / % / * | 設定框架集中列的數目和尺寸。 |
| rows | pixels / % / * | 設定框架集中行的數目和尺寸。 |
#html <frameset >