2014年5月19日 星期一

Lab 30 視障者使用網頁的需求

(指定妳的語言)




(建立有意義的網頁標題)



(提供能取代圖片的文字)



(忽略卡位圖片)



(提供能取代影像地圖的文字)


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: