亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

html的搜索框代碼怎么寫

木子
4000
2021-05-12 18:05:10
欄目: 編程語言

html的搜索框代碼:1、在dw中創建一個input框和button按鈕。2、分別為input框和button按鈕設置樣式即可。


html的搜索框代碼怎么寫


1、在dw中創建一個input框和button按鈕,將它們擺放在同一排,代碼如下:

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>demo</title>

</head>

<body>

<input type="" name="" id="" value="" /><button>搜索</button>

</body>

</html>

2、首先為input框添加“#7FCC0B”顏色的邊框,并設置寬度和高度,再給button按鈕設置白色的字體和“#7FCC0B”的背景顏色即可,代碼如下:

<style type="text/css">

input{

width: 180px;

height: 30pox;

border:1px solid #7FCCOB;

border-right: none;

border-radius: 4px;

}

button {

position: relative;

right: 2px;

width: 50px;

height: 35px;

font-size: 14px;

color: white;

backgrounf: #7FCC0B;

border: 0;

border-radius: 4px;

</style>

</head>



0
洪江市| 新安县| 旺苍县| 新民市| 凌海市| 新宁县| 庆元县| 肃宁县| 射洪县| 多伦县| 上林县| 塔河县| 嘉黎县| 东乡| 焦作市| 凤翔县| 古田县| 阳信县| 三穗县| 石阡县| 德阳市| 四会市| 红原县| 禹城市| 临沭县| 承德县| 河北省| 珲春市| 始兴县| 延寿县| 清原| 保山市| 闸北区| 镇原县| 灌阳县| 凤台县| 若羌县| 依兰县| 江油市| 唐海县| 金门县|