亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Framework backend de didacticiel de site Web d'entreprise de développement PHP

Regardons une capture d'écran pour comprendre le r?le du cadre

000.png

Comme le montre l'image ci-dessus

La partie supérieure est appelée top , celle de gauche est gauche et celle de droite est La

page principale de droite contient nos trois pages

Jetons un coup d'oeil au code de la

page principale page

<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset= "utf-8">
</head>
<frameset rows="20%,*">
<frame src="top.php" name="top" noresize> ;</frame>

<frameset cols="15%,*">
<frame src="left.php" name="left" noresize></frame>
<frame src= "right.php" name="right"></frame>
</frameset>
</frameset>
</html>

code du haut de la page?:

<!DOCTYPE html>
<html>
<head>
<title>< /titre>
< meta charset="utf-8"> décoration:aucun;float:right;margin-right:15px;color:red;}
</style>
</ head>
<body>
<h1>Hefei Linghang Environmental Protection Technology Company Backend Management System</h1>
</body>
</html>


code de la page gauche

<!DOCTYPE html>
<html>
<head>
?? ?<title>lift</title>
?? ?<meta charset="utf-8">
</head>
<style type="text/css">
?? ?.left{margin-top:25px;margin-left:30px;}
?? ?a{color:rouge ;text-decoration:none;}
?? ?a:hover{color:green;}
</style>
<body>
?? ?<div class="left">
?? ??? ?<a href="user.php" target="right">管理員管理</a></br></br>
?? ??? ?<a href="about.php" cible ="right">關(guān)于我們</a></br></br>
?? ??? ?<a href="news.php" target="right">新聞資訊</a> </br></br>
?? ??? ?<a href="product.php" target="right">產(chǎn)品管理</a></br></br>
<a href="contact.php" target="right">聯(lián)系我們</a></br></br>
?? ?</div>
</body>
</html>

droite面

注: 本課程文件的以? .php 為后綴名

Formation continue
||
<?php echo "框架學(xué)習(xí)"; ?>
soumettreRéinitialiser le code