顯示具有 Html 標籤的文章。 顯示所有文章
顯示具有 Html 標籤的文章。 顯示所有文章

2015年9月10日 星期四

Html : 列印跨頁(pinrt automatic page spread)

<P style='page-break-after:always'>

2013年2月18日 星期一

HTML : enctype屬性


enctype="data type"
data type為資料處理格式,用於送出資料的格式是否需要經過編碼等功能處理,一般可不用加此標籤
屬性預設值為 enctype="application/x-www-form-urlencoded" (大多被省略掉)
用於寄信(ACTION="Mailto:")時,屬性值應設為 enctype="text/plain"
用於上傳檔案(Type="file")時,屬性值應設為 enctype="multipart/form-data"