# 功能展示 ## 這是副標題 * 麵包 * 草莓 * 水果 ## 超連結 1. 青菜 2. 水果 3. [google連結](https://www.google.com.tw) ## HTML展示 ``` HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> 123 </body> </html> ``` ## CSS展示 ``` =CSS .test{ background:skyblue; } ``` ## Javascript展示 ``` javascript setTimeout(() => { console.log("123") }, 1000); ``` ## 上傳圖片 直接將圖片拖曳至此即可 ![](https://i.imgur.com/mzjhTof.jpg)