or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
前端與後端資源
MDN
實用的網頁百科全書,大大們的最愛(大大表示:W3School退散!)
W3School
雖然很多人都很不推,但我還是覺得新手看這個網頁學得最快,所以還是放個
Codepen
前端的遊樂場(? 雖然我沒怎麼用過啦~不過上面有很多神級Code OAOOO
上學期的社課講義
從 0 開始 HTML、CSS by 皮皮
JavaScript 初體驗 by Qbane
其他社課講義
Javascript Basic - Javascript 簡單語法
Declare Variables - 宣告變數
Data Type - 資料型態
Arithmetic - 算數
number
string
Function - 函式
If - Else
Loop - 迴圈
For
While
Javascript in Webpage - 網頁端Javascript
How to Use Javascript in webpage - 如何在網頁中用Javascript
DOM and BOM
Webpage Javascript's components - 網頁中Javascript的組成
DOM and BOM's relation - DOM和BOM的關係
the html elements to DOM - HTML和DOM
KeyWord