1. Home
  2. Computing & Technology
  3. Python

index.html
The index.html file for an RSS Reader in Python

From , former About.com Guide

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="20%, 80%">
  <FRAMESET rows="35, 265">
      <FRAME name="menu" src="menu.html">
      <FRAME name="listing" src="">
  </FRAMESET>
<FRAME name="target" src="">
<NOFRAMES>
  <P>This frameset document contains:
    <UL>
      <LI><A href="contents_of_frame1.html">Some neat content</A>
      <LI><A href="contents_of_frame2.html">Some more neat content</A>
      <LI><A href="contents_of_frame3.html">Some other neat content</A>
    </UL>
</NOFRAMES>
</FRAMESET>
</HTML>

Explore Python
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Python

©2009 About.com, a part of The New York Times Company.

All rights reserved.