「網頁程式撰寫/2017/劉恩佑」修訂間的差異
跳至導覽
跳至搜尋
| 第3行: | 第3行: | ||
==筆記== | ==筆記== | ||
| − | [http://sitahome.ddns.net/20170921變數 20170921變數] | + | [http://sitahome.ddns.net/20170921變數 20170921變數]<br/> |
| − | [http://sitahome.ddns.net/20170928%E8%BF%B4%E5%9C%88 20170928迴圈] | + | [http://sitahome.ddns.net/20170928%E8%BF%B4%E5%9C%88 20170928迴圈]<br/> |
| − | [http://sitahome.ddns.net/20171005%E5%87%BD%E5%BC%8F 20171005函式] | + | [http://sitahome.ddns.net/20171005%E5%87%BD%E5%BC%8F 20171005函式]<br/> |
| − | [http://sitahome.ddns.net/20171012%E9%99%A3%E5%88%97 20171012陣列] | + | [http://sitahome.ddns.net/20171012%E9%99%A3%E5%88%97 20171012陣列]<br/> |
<br/> | <br/> | ||
| + | 相關連結:<br/> | ||
[http://jendo.org/wiki1231/index.php?title=%E7%B6%B2%E9%A0%81%E7%A8%8B%E5%BC%8F%E6%92%B0%E5%AF%AB/2017 2017網頁程式撰寫]<br/> | [http://jendo.org/wiki1231/index.php?title=%E7%B6%B2%E9%A0%81%E7%A8%8B%E5%BC%8F%E6%92%B0%E5%AF%AB/2017 2017網頁程式撰寫]<br/> | ||
[http://jendo.org/wiki1231/index.php?title=HTML HTML]<br/> | [http://jendo.org/wiki1231/index.php?title=HTML HTML]<br/> | ||
於 2017年10月12日 (四) 17:31 的修訂
筆記
20170921變數
20170928迴圈
20171005函式
20171012陣列
相關連結:
2017網頁程式撰寫
HTML
clint前端
server後端
==
html:
==
<>標籤 <標籤 屬性名=屬性值 屬姓名=屬性值>
<meta>描述
<form>表單開始 </form>表單結束
<body>本文 </body>本文結束
span文字小片段
<text>文字、文件 br換行
type='submit'按鈕 hr水平線
<option>下拉式選單
表格 col span打通 row span打通 input輸入 Output輸出 <!DOCTYPE html> 告訴伺服器這是html5 html註解
==
php:
==
php超文件處理
html文件格式
http傳輸協定
/* 換行註解
- / 結束註解
// 單行註解
- 單行註解
;執行
echo 執行(變數可以用,連接) print 執行(變數不行用,連接)
. 焊接字串