forked from vivian0507/DBMS21_hw0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_hw0.html
34 lines (34 loc) · 1.29 KB
/
example_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>......</td> <!--Your ID number-->
</tr>
<tr>
<th>Expectation</th>
<td colspan="3">......</td> <!--Write down your expectations for this class.-->
</tr>
<tr>
<th>MySQL screenshot</th>
<td colspan="3"><img src="example_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>