2013年12月23日星期一
2013年12月16日星期一
2013年12月9日星期一
lab 28
第八天:建立有意義的網頁標題:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:x> <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><script>var ucap_pageinfo_list_arr = new Array();</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>中国广州政府门户网站 - 纯文字版
</title>
<link href="../../../model/htmltemplate/cngzcwzb/css/cwzb_style.css" rel="stylesheet" type="text/css" />
</head>
第七天:指定妳的語言:
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--WS=12-->
<html xml:lang="zh-TW" lang="zh-TW" xmlns:hyweb="urn:gip-hyweb-com" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<title>臺北市政府</title>
第十四天:在鏈結上加入標題:
</div>
<div class="fixclear"></div>
<div id="mainNavi">
<ul>
<li class="nav1"><a href="http://ann.cycu.edu.tw/kcy/" title="認識中原">認識中原</a></li>
<li class="nav2"><a href="academia.html">學術單位</a></li>
<li class="nav3"><a href="admin.html" title="行政單位">行政單位</a></li>
<li class="nav4"><a href="http://www.lib.cycu.edu.tw/" title="圖書資源" target="_blank">圖書資源</a></li>
<li class="nav5"><a href="http://oee.cycu.edu.tw" title="推廣教育" target="_blank">推廣教育</a></li>
<li class="nav6"><a href="http://fm.cycu.edu.tw/index.jsp" title="新生1網通" target="_blank">新生1網通</a></li>
<li class="nav7"><a href="http://60.cycu.edu.tw/" title="中原60" target="_blank">中原60</a></li>
<li class="nav10"><a href="http://alumni.cycu.edu.tw/left-3-4.html#a1" title="我要捐款" target="_blank">我要捐款</a></li>
</ul>
第二十三天:提供能取代圖片的文字:
第十天:先呈現妳的主要內容:
2013年12月2日星期一
lab 27
(1)Pa = 0.15+0.85(Pc)
(2)Pb = 0.15+0.85(1/2Pa)
(3)Pc = 0.15+0.85(1/2Pa + Pb)
if Pa =1 ; Pb=1 ; Pc = 1
(4) Pa = 1 (5) Pb = 0.575 (6) Pc = 1.06375
(7) Pa = 1.0541875 (8) Pb = 0.5980296875 (9) Pc =1.106354921875
(10) Pa = 1.09040 (11) Pb = 0.613420 (12) Pc = 1.134827
Pc>Pa>Pb
2013年11月11日星期一
2013年11月4日星期一
2013年11月2日星期六
Homework 10-28-2013
秋天的杭州:
(西子湖畔秋高氣爽)
圖片來源: http://p.qpic.cn/areabbs/0/myzj_forum_201310_14_085002h1g2g48yy61jyruz.jpg.thumb.jpg/0
(滿山桂花飄香)
圖片來源:
http://i3.sinaimg.cn/travel/2013/1015/U6239P704DT20131015095646.jpg
秋天是收穫的季節,家鄉的秋意正濃,在這秋高氣爽的季節,更加適合我們外出享受
大自然的風景。
你好秋天!
(西子湖畔秋高氣爽)
圖片來源: http://p.qpic.cn/areabbs/0/myzj_forum_201310_14_085002h1g2g48yy61jyruz.jpg.thumb.jpg/0
(滿山桂花飄香)
圖片來源:
http://i3.sinaimg.cn/travel/2013/1015/U6239P704DT20131015095646.jpg
秋天是收穫的季節,家鄉的秋意正濃,在這秋高氣爽的季節,更加適合我們外出享受
大自然的風景。
你好秋天!
2013年10月28日星期一
Homework 10-21-2013
<html>
<html>
<head>
</head>
<body id="body">
<form action="javascript:void(0);" id="exampleForm">
<input type="text" id="examplePass"/>
<input type="submit" />
</form>
</body>
<script>
document.getElementById("exampleForm").onsubmit = function(){
var passwordRegex =/^-?\d*$/;
if(!passwordRegex.test(document.getElementById("examplePass").value)){
console.log("Regex didn't match");
var notify = document.getElementById("notify");
if(notify === null){
notify = document.createElement("p");
notify.textContent = "error";
notify.id ="notify";
var body =document.getElementById("body");
body.appendChild(notify);
}
}
};
</script>
</html>
<html>
<head>
</head>
<body id="body">
<form action="javascript:void(0);" id="exampleForm">
<input type="text" id="examplePass"/>
<input type="submit" />
</form>
</body>
<script>
document.getElementById("exampleForm").onsubmit = function(){
var passwordRegex =/^-?\d*$/;
if(!passwordRegex.test(document.getElementById("examplePass").value)){
console.log("Regex didn't match");
var notify = document.getElementById("notify");
if(notify === null){
notify = document.createElement("p");
notify.textContent = "error";
notify.id ="notify";
var body =document.getElementById("body");
body.appendChild(notify);
}
}
};
</script>
</html>
2013年10月21日星期一
订阅:
评论 (Atom)

















































