-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path02.html
More file actions
57 lines (55 loc) · 1.38 KB
/
02.html
File metadata and controls
57 lines (55 loc) · 1.38 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NJUS T</title>
</head>
<body>
<h1>material science</h1>
<h2>materious of engineering</h2>
<h3>date:2018 - 9 -25</h3>
<p>hello every professor.my name is zkp.<br>my major is materious science of engineering.</p>
<ul>
<li>this subject are mostly research materious science.</li>
<li>we should find microscopic material structure.</li>
<li>those researcher must use microscope</li>
</ul>
<ol>
<li>this subject are mostly research materious science.</li>
<li>we should find microscopic material structure.</li>
<li>those researcher must use microscope</li>
</ol>
<dl>
<h1>materious of engineering</h1>
<dt>this is a title</dt>
<dd>defined describe</dd>
</dl>
<table height="700px" width="700px" cellpadding="60px" cellspacing="0" border="3">
<tr>
<th colspan="4">pure copper grain boundary engineering</th>
</tr>
<tr align="center">
<td>time</td>
<td>10h</td>
<td>20h</td>
<td>30h</td>
</tr>
<tr align="center">
<td>deformation</td>
<td>5%</td>
<td>10%</td>
<td>15%</td>
</tr>
<tr align="center">
<td>heating temperature</td>
<td>300℃</td>
<td>350℃</td>
<td>400℃</td>
</tr>
</table>
<hr>
<br>
<br>
<h1><div>this is a new project</div></h1>
</body>
</html>