「網頁程式撰寫/2017/劉恩佑」修訂間的差異

出自六年制學程
跳至導覽 跳至搜尋
第11行: 第11行:
  
 
[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網頁程式撰寫]
 
[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網頁程式撰寫]
 +
[http://jendo.org/wiki1231/index.php?title=HTML/HTML]
  
 
<hr>
 
<hr>

於 2017年9月14日 (四) 11:39 的修訂


本學期專案:通訊錄

php超文件處理
html文件格式
http傳輸協定

clint前端
server後端

2017網頁程式撰寫 [1]


<>標籤
<標籤 屬性名=屬性值 屬姓名=屬性值>

<meta>描述

<form>表單開始
</form>表單結束

<body>本文
</body>本文結束

span文字小片段

<text>文字、文件
br換行

type='submit'按鈕
hr水平線

<option>下拉式選單

表格 col span打通 row span打通 input輸入
Output輸出
<!DOCTYPE html> 告訴伺服器這是html5