2016年12月14日 星期三

環境佈置html基本架構

arduino1129@gmail.com       062230542

===================================
<!DOCTYPE html>
<head>
<title>無標題文件</title>
</head>
<style type="text/css">  //用標籤a與靜態body相呼應
a{
color:#96C;
}
</style>
<script language="javascript">
function fun1()      
{
alert("函數被驅動");
}
</script>
<body>
<a href="javascript:void;" onclick="fun1()">互動性程式驅動</a>  //用onclick與動態script呼應
</body>
</html>
靜態         =>事件        =>動態

=================================
http://sweeteason.pixnet.net/blog/post/42130394-responsive-web-design-%28rwd%29-%e9%9f%bf%e6%87%89%e5%bc%8f%e7%b6%b2%e7%ab%99%e9%96%8b%e7%99%bc%e6%95%99%e5%ad%b8%e8%88%87

firebase 主控台

沒有留言:

張貼留言