??      function003_2.php     
<html>
<head>
<title>7 ?????</title>

<style>
table{
border : solid 1px green;
width : 250;
}
</style>

</head>

<body>
<h1>function003???</h1>

<?php
for($i=1;$i < 11;$i++){
echo "<table>\n";
echo "<th>$i ??</th>\n";
echo "</table>\n<br />\n";
}
?>

</body>
</html>