forked from ccccourse1/wp109b
-
Notifications
You must be signed in to change notification settings - Fork 0
week1.md
stereomp3 edited this page Mar 29, 2021
·
33 revisions
##超連結
<!DOCTYPE html>
<html>
<body>
<h2>HTML Links</h2>
<p>HTML link are defined with the a tag:</p>
<a href="https://www.w3schools.com/">this is a link</a>
</body>
</html># 一级標題
## 二级標題
段落以空白行分隔。
行末兩個空格 産生斷行。
文本屬性:_斜體_、
**粗體**、`等寬字型Monospace`。
水平線:
---
列表:
* 張三
* 李四
* 王二
編號列表:
1. 不論
2. 三七
3. 二十一
[連結](http://example.com)

> Markdown使用電郵用字元「>」來引用。
行間<abbr title="Hypertext Markup Language">HTML</abbr>亦受支援。Please download 網頁設計第一周.docx to see the content of homework, thanks.