input placeholder屬性用法介紹
placeholder是html5新增的一個屬性。
使用它就可以輕鬆的實現文字框輸入提示效果,以前都是要結合js才能夠實現的。
程式碼例項如下:
[HTML] 純文字檢視 複製程式碼<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/plain;charset=utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <style> input{ width:200px; height:18px; } </style> </head> <body> <input type="text" placeholder="請輸入螞蟻部落網址"> </body> </html>
使用placeholder為文字框設定提示語言,當在文字框正式輸入內容的時候,會自動將提示語清除。
相關文章
- css transition屬性用法介紹CSS
- js的returnValue屬性用法介紹JS
- outerHTML屬性用法簡單介紹HTML
- javascript innerText屬性用法簡單介紹JavaScript
- contenteditable屬性用法簡單介紹
- list-style-type屬性用法介紹
- opacity屬性用法簡單介紹
- writing-mode屬性用法介紹
- font-variant屬性用法介紹
- js的屬性物件的specified屬性用法簡單介紹JS物件
- 表單元素的form屬性用法介紹ORM
- overflow-x 屬性用法簡單介紹
- background-size屬性用法簡單介紹
- clientTop和clientLeft屬性用法簡單介紹client
- html中Position屬性值介紹和position屬性四種用法HTML
- screenY,pageY,clientY,layerY屬性用法簡單介紹client
- HTML5 autofocus屬性用法簡單介紹HTML
- <input type="number" >用法簡單介紹
- offsetWidth和offsetHeight屬性用法簡單介紹
- javascript的clientLeft和clientTop屬性用法簡單介紹JavaScriptclient
- <style>標籤的scoped屬性用法簡單介紹
- HTML5 download屬性用法簡單介紹HTML
- Rust 屬性介紹Rust
- ClipDrawable屬性介紹
- img圖片的complete屬性用法簡單介紹
- smartctl 屬性資訊介紹
- <th>標籤的<input type="reset"/>重置按鈕簡單介紹屬性
- RelativeLayout常用屬性介紹
- 遊標屬性介紹.txt
- js的table表格物件的rows屬性用法簡單介紹JS物件
- html5標籤的data-*屬性用法簡單介紹HTML
- <input> readonly屬性
- link標籤屬性介紹
- css border屬性簡單介紹CSS
- SlidingMenu 常用屬性介紹
- 更改input的type屬性
- css盒子模型的屬性介紹CSS模型
- css的透明屬性簡單介紹CSS