Browse Source

Merge branch 'wuguanghui' into dev

wuguanghui
wuguanghui 3 weeks ago
parent
commit
edcf1d41bd
  1. BIN
      吴光慧学习笔记/10.31/10.31夺宝利剑-吴光慧.docx
  2. BIN
      吴光慧学习笔记/10.31/10.31学习总结-吴光慧.docx
  3. 45
      吴光慧学习笔记/10.31/study.html

BIN
吴光慧学习笔记/10.31/10.31夺宝利剑-吴光慧.docx

BIN
吴光慧学习笔记/10.31/10.31学习总结-吴光慧.docx

45
吴光慧学习笔记/10.31/study.html

@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<p>H<sub>2</sub>O is the scientific term for water.</p>
<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
</blockquote>
<p>The <abbr
title="World Health Organization"> WHO</abbr> was founded in 1948.
</p>
<a href="default.html" title="Home">Back to Home</a>
<table>
<caption>Names</caption>
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Points</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
</table>
<ul style="list-style-type:square;">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
</body>
</html>
Loading…
Cancel
Save