Horje
frameset col html Code Example
frameset col html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
   "http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
  <HEAD>
    <TITLE>Titre du document</TITLE>
  </HEAD>
  <FRAMESET cols="200,*">

  <FRAME src=sommaire.html name=sommaire>
  <FRAME src=index0.html name=principal>

  <NOFRAME>
    <BODY>
    ...
    </BODY>
  </NOFRAME>

  </FRAMESET>

</HTML>




Html

Related
french to english Code Example french to english Code Example
tabulate csv file to html file' Code Example tabulate csv file to html file' Code Example
html to app Code Example html to app Code Example
How to include two pictures side by side in Markdown for Jupyter Notebook Code Example How to include two pictures side by side in Markdown for Jupyter Notebook Code Example
video play on page load Code Example video play on page load Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11