February 2006
Intermediate to advanced
826 pages
63h 42m
English
One of the best ways to make framed content easier to use for visitors with alternative browsing devices is to give each frame a short but descriptive title using the title attribute in the frame element, as shown here:
<frame src="navigation.html"title="navigation options" name="links" /> <frame src="welcome.html"title="main content" name="main" />
Users can use the titles to decide whether to access that frame. In the absence of titles, the name attribute may be used, but authors typically give frames names that are minimal and not adequately descriptive.
Read now
Unlock full access