forked from dfg12451542/DBMS_24_fall_hw0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path111652031_hw0.html
34 lines (34 loc) · 1.46 KB
/
111652031_hw0.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<title>
DBMS-hw0
</title>
<meta NAME="author" CONTENT="Your ID">
</head>
<body>
<div>
<p>Please fill in the following table.</p>
<table style="border-collapse:collapse; border:3px solid black; word-wrap:break-word; table-layout:fixed;" cellpadding="10" border="1">
<tr>
<th colspan="4" bgcolor="#dddddd">DBMS-hw0</th>
</tr>
<tr>
<th width=150>Name</th>
<td width=300>鐘邦郡</td> <!--Your Name-->
<th width=150>Student ID</th>
<td width=300>111652031</td> <!--Your ID number-->
</tr>
<tr>
<th>Expectation</th>
<td colspan="3">I hope I can learn the basic knowledge of database, the security of databese, and some database system such as MySQL. I also expect I can learn some applications and future trends about database. </td> <!--Write down your expectations for this class.-->
</tr>
<tr>
<th>MySQL screenshot</th>
<td colspan="3"><img src="111652031_hw0.png" width=600></td> <!--Change to your image file name.-->
</tr>
</table>
<br>
<!-- <b><font color="red">You can use your own design instead.</font></b> -->
</div>
</body>
</html>