Advertisement
CyberPascal

Untitled

Feb 4th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  2. <html>
  3.  <head>
  4.   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.   <title>Фреймы</title>
  6.  </head>
  7.  <frameset rows="25%,75%">
  8.    <frame src="top.html" name="TOP" scrolling="no" noresize>
  9.    <frameset cols="100,*">
  10.      <frame src="menu.html" name="MENU">
  11.      <frame src="content.html" name="CONTENT">
  12.    </frameset>
  13.  </frameset>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement