Skip to content

Commit 2f65a38

Browse files
committed
By Zhao Kun Peng
1 parent dfa2e0a commit 2f65a38

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

HTML/02.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>NJUST</title>
6+
</head>
7+
<body>
8+
<h1>material science</h1>
9+
<h2>materious of engineering</h2>
10+
<h3>date:2018 - 9 -25</h3>
11+
<p>hello every professor.my name is zkp.<br>my major is materious science of engineering.</p>
12+
<ul>
13+
<li>this subject are mostly research materious science.</li>
14+
<li>we should find microscopic material structure.</li>
15+
<li>those researcher must use microscope</li>
16+
</ul>
17+
<ol>
18+
<li>this subject are mostly research materious science.</li>
19+
<li>we should find microscopic material structure.</li>
20+
<li>those researcher must use microscope</li>
21+
</ol>
22+
<dl>
23+
<h1>materious of engineering</h1>
24+
<dt>this is a title</dt>
25+
<dd>defined describe</dd>
26+
</dl>
27+
<table height="700px" width="700px" cellpadding="2" cellspacing="0" border="3">
28+
<tr>
29+
<th colspan="4">pure copper grain boundary engineering</th>
30+
</tr>
31+
<tr align="center">
32+
<td>time</td>
33+
<td>10h</td>
34+
<td>20h</td>
35+
<td>30h</td>
36+
</tr>
37+
<tr align="center">
38+
<td>deformation</td>
39+
<td>5%</td>
40+
<td>10%</td>
41+
<td>15%</td>
42+
</tr>
43+
<tr align="center">
44+
<td>heating temperature</td>
45+
<td>300℃</td>
46+
<td>350℃</td>
47+
<td>400℃</td>
48+
</tr>
49+
50+
</table>
51+
<hr>
52+
<br>
53+
<br>
54+
<h1><div>this is a new project</div></h1>
55+
56+
</body>
57+
</html>

0 commit comments

Comments
 (0)