網際網路應用系統設計
最新回應
Loading...
2014年5月19日 星期一
Lab 30 視障者使用網頁的需求
(指定妳的語言)
(建立有意義的網頁標題)
(提供能取代圖片的文字)
(忽略卡位圖片)
(提供能取代影像地圖的文字)
Lab 29 Using PageRank
8
9
9
5
9
?
9
6
2014年5月12日 星期一
Lab 28 Design your business card
Lab 27 More on HTML
Lab 26 HTML
Lab 23 Google Docs
https://drive.google.com/file/d/0B-umCVjPP8F7ODVGbEJfeFBWaTA/edit?usp=sharing
Lab 22 共同編輯文件
https://docs.google.com/document/d/1QTToNdkGyPC9SOaxCp_Ze2QzvyZ4tEIcoFmNE6hlXVE/pub
志工時間登記表:
https://docs.google.com/forms/d/1ljCXqn_EsfeOmbmvJAoAdy9-0-jN9Z9eoPNJpjBxmAI/viewform?usp=send_form
Lab 21 製作線上投影片
Lab 19 Lab Form and Action
<html>
<body>
<form action="https://www.google.com/search" name="q" method="get">
search:<input type="text" name="q">
<input type ="submit" value="submit">
<br>
</form>
</body>
</html>
(method=get 的情況)
search:
<html>
<body>
<form action="https://www.google.com/search" name="q" method="post">
search:<input type="text" name="q">
<input type ="submit" value="submit">
<br>
</form>
</body>
</html>
(method=post 的情況)
search:
2014年5月5日 星期一
Lab 18 change pictures
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)