Spring.Into.HTML.and.CSS [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Spring.Into.HTML.and.CSS [Electronic resources] - نسخه متنی

Barry J. Rosenberg

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






The Power of Three


I often remember the way to build a frame-based page by thinking in threes. To create a single-frame page, you need three documents, at the minimum. What's more, you use three unique bits of HTML that are unused anywhere else in the language.

Frames are controlled by a master document known as a frameset. The frameset document is not displayed in the browser in and of itself, but it sets up all the controls for the resulting page.

Along with the frameset document, you need at least two HTML documents of content. These are displayed in the framed areas created by the frameset (see Figure 6-1).

Figure 6-1. A framed page example.

[View full size image]

Of course, within your frameset, you can create as many frames as you desire. For each of those frames, however, you need to have a corresponding HTML content page.

As you can see, the number of documents required for a complex framed site can begin to add upwhich as mentioned, causes extra demand on your server resources and your user's system resources, not to mention all the extra management issues that documents demand.


/ 171