منتدى الغنزيز
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

منتدى الغنزيز

منتدانا يرحب بكم
 
الرئيسيةأحدث الصورالتسجيلدخول

 

 Cours HTML - Les frames

اذهب الى الأسفل 
كاتب الموضوعرسالة
Admin
Admin
Admin
avatar


عدد الرسائل : 149
تاريخ التسجيل : 15/02/2007

Cours HTML - Les frames Empty
مُساهمةموضوع: Cours HTML - Les frames   Cours HTML - Les frames Icon_minitimeالأحد فبراير 18, 2007 6:55 am

Le principe des frames :
Les frames permettent de diviser l'écran en plusieurs fenêtres
En principe, on crée la page index avec ces codes, afin que le site soit en frames.

Exemples :

* page "index.html"

<html>
<head>
<title>Le HTML facile</title>

<frameset>
<frame>
<frameset>
<frame>
<frame>
</frameset>
<noframes>

</head>
<body>

</body>

</noframes>
</frameset>

</html>

* page "titre.html"

<html>
<head>
<title>Titre</title>
</head>
<body>


<h1>Le HTML facile</h1>


</body>
</html>

* page "menu.html"

<html>
<head>
<title>Menu</title>
</head>
<body>


<h3>MENU</h3><p>
Acceuil<p>
Page 1

Page 2<p>



</body>
</html>

* page "accueil.html"

<html>
<head>
<title>Acceuil</title>
</head>
<body>


<h2>Page d'accueil</h2>


</body>
<</html
Image hosted by servimg.comImage hosted by servimg.com
Image hosted by servimg.com
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://slimoks.yoo7.com
 
Cours HTML - Les frames
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» Cours HTML - Les formes
» Cours HTML - Les bases
» Cours HTML - Les tableaux

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتدى الغنزيز :: ( ~*¤ô§ô¤*~ قسم البرمجة والاحتراف ~*¤ô§ô¤*~ :: لغة html-
انتقل الى: