php 分析
php code in D:\10\11\php
test in D:\10\11\php\test
issue 1:
<html>
<head>
<title>标记应用</title>
</head>
<body>
<p align="center">分段标记</p>
换行标记<br/>
<center>对中标记</center><br/><br/>
<div align="center">下面使用了div标记
<h1>标题标记1</h1>
<h2>标题标记2</h2>
<h3 align="left">标题标记3</h3>
</div>
</body>
</html>
issue 2:
<html>
<head>
<title>有序列表</title>
</head>
<body>
<font face="黑体" color="red" size="4"><i>计算机课程</i></font>
<ol type="A" start="2">
<li>计算机导论
<li>操作系统
<li>计算机原理
<li>数据结构
</ol>
</body>
</html>
issue 3:
<html>
<head>
<title>学生成绩显示</title>
</head>
<body>
<table align=center border=5 bordercolor=red>
<caption><font size=5 color=blue>这是成绩表</font></caption>
<tr bgcolor=#CCCCFF>
<th width=80>专业</th>
<th width=80>学号</th>
<th width=80>姓名</th>
<th width=90>计算机导论</th>
<th width=190>数据结构</th>
</tr><tr>
<td rowspan=2><font color=blue>计算机</font></td>
<td>081101</td>
<td>王 林</td>
<td align=center>80</td>
<td align=center>78</td>
</tr><tr>
<td>081102</td>
<td>程 明</td>
<td align=center>90</td>
<td align=center>60</td>
</tr> <tr>
<td>081104</td>
<td>韦严平</td>
<td align=center>83</td>
<td align=center>86</td>
</tr><tr>
<td><font color=green>通信工程</font></td>
<td>081201</td>
<td>王 敏</td>
<td align=center>89</td>
<td align=center>100</td>
</tr>
</table>
</body>
</html>
PHP7.0~PHP7.1~PHP7.2~PHP7.3~PHP7.4新特性php 7.4
PHP7.0~PHP7.1~PHP7.2~PHP7.3~PHP7.4新特性php 7.2 7.3
PHP之——在WAMPSERVER下增加多版本的PHP(PHP5.3,PHP5.4,PHP5.5)支持。wampserver打开php项目
PHP之——在WAMPSERVER下增加多版本的PHP(PHP5.3,PHP5.4,PHP5.5)支持。wampserver开发php网页
PHP配置指令作用域说明(PHP,INI,PERDIR、PHP,INI,SYSTEM、PHP,INI,USER、PHP,INI,ALL)php 作用域
PHP - 什么是 PHP? 为什么用 PHP? 有谁在用 PHP?为什么说php
[PHP] PHP的纯CPU基准测试(PHP5.5.9 vs PHP7.2.1)php性能测试
[PHP问题]PHP Warning: PHP Startup: Unable to load dynamic library ‘C:/AppServ\php5php基础问题
PHP加密方法-用Zend Encoder加密PHP文件和PHP 优化配置(PHP文件加密)php zend解密