最新回答 / 慕田玉
<!DOCTYPE html><html> <head> <meta charset="utf-8"/> <link href="h14.css" rel="stylesheet" type="text/css"> <style type="text/css">span{ color:blue; font-size:40px;} ...
2023-07-30
自己手动打上去就可以了
p{
font-size:12px;/*设置文字字号为12px*/
color:red;/*设置文字颜色为红色*/
}
p{
font-size:12px;/*设置文字字号为12px*/
color:red;/*设置文字颜色为红色*/
}
2023-07-19
账户:<input type="text" name="name" placeholder="请输入名称">
<br>
密码:<input type="pass" name="password" placeholder="请输入密码">
<br>
第三个<input type="text" value="mima">
<br>
密码:<input type="pass" name="password" placeholder="请输入密码">
<br>
第三个<input type="text" value="mima">
2023-07-04