# 程式設計筆記本
張陳基
---
* 課程簡報
* 相關資料
* 專題說明
* 開始寫作
---
```
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jQuery UI 測試</title>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<link href="https://code.jquery.com/ui/1.12.1/themes/hot-sneaks/jquery-ui.css" rel="stylesheet">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
}
</style>
</head>
<body>
<a href="#">Anchor</a>
<input type="button" value="Input element type=button">
<button>Button element</button>
<div>
<a href="#" class="ui-button ui-widget ui-corner-all">Anchor</a>
<input type="button" value="Input element type=button" class="ui-button ui-widget ui-corner-all">
<button class="ui-button ui-widget ui-corner-all">Button element</button>
</div>
<! http://yhhuang1966.blogspot.com/2019/03/jquery-ui_22.html>
</body>
</html>
```
---
# 開始練習
---
{"metaMigratedAt":"2023-06-16T16:49:55.285Z","metaMigratedFrom":"YAML","title":"程式設計筆記本","breaks":true,"contributors":"[{\"id\":\"cf822bee-5b7b-4969-bf6d-64bbd9508d9a\",\"add\":1070,\"del\":0}]"}