随笔分类 - HTML
摘要:<html> <head> <title>无线分类信息管理</title> </head> <body> <center> <?php include("menu.php"); //导入导航栏 ?> <h3>浏览分类信息</h3> <table width="600" border="1"> <tr> <th>id号</th><th>类别名称</th&
阅读全文
摘要:定义和用法frameset 元素可定义一个框架集。它被用来组织多个窗口(框架)。每个框架存有独立的文档。在其最简单的应用中,frameset 元素仅仅会规定在框架集中存在多少列或多少行。您必须使用 cols 或 rows 属性。实例简单的三框架页面:<html><frameset cols="25%,50%,25%"> <frame src="frame_a.htm" /> <frame src="frame_b.htm" /> <frame src="frame_c.h
阅读全文

浙公网安备 33010602011771号