最新回應

Loading...

2014年5月19日 星期一

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: