A A A A A

Frames Examples

Frame Example Source Code

The following code includes title attributes for each frame element in the frameset.

<html>
<head>
<title>Acme parts catalog</title>
</head>
<frameset rows="100,400,100">
  <frame src="banner.html" title="Acme banner and logo">
  
  <frameset rows="20%,70%,10%">
      <frame src="navigation.html" title="Main navigation bar">
      <frame src="parts-list-main.html" title="Parts information">
      <frame src="parts-list-main.html" title="Decorative image">
  </frameset>
  <frame src="footer.html" title="Footer">
</frameset>
</html>

Navigation

Other HTML Best Practices

Working Group