1. 程式人生 > >人機交互第三次作業

人機交互第三次作業

bsp one htm 三次 wid dsa 作業 ora type

1.

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

<table border="1">
<tr>
<td>
name:xxxx<br/>
number:xxxx<br/>
</td>
<td><img src="1.jpg"width="60px"height="120px"></td>
</tr>
<tr>
<td colspand="2">
<ul>
<li>xxxxxxx</li>
<li>xxxxxxx</li>
<li>xxxxxxx</li>
<li>xxxxxxx</li>
</ul>
</td>
<td colspand="2">
<p>jksdafasb.sm dsajkfhsbs</p>
</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>

</body>
</html>

2.css

<html>
<head>
<style type="text/css">
body{background-color:#515151;
background-image:url(1.gif);
background-repeat:repeat-y;}
span{text-decoration:underline;}
a{text-decoration:none;}
p{line-height:2em;}
</style>
</head>
<body>

<p>pppp<span>123</span>ppp</p>
<div>
<p>ggg<a href="#">go to ibm</a>gg</p>
</div>
<p>
hfdsjkhds sdfhk scgf sdgjhncjk
jsx sdhcj cshgcsb cvscsv sc ccc gdcscvs dbouhy
cnx fuisdf sdiuiuh jxd gfudgoidfj njkn
xck;ljnv xhvcm, id vhuidhfbjv
hsdjk lfvhsibnv shfsahfkl sdf sdhfd shkjahah
</p>
</body>
</html>

人機交互第三次作業