摘要:
9.请将html模块中字体内容是"红色"的字体颜色设置为"rgb(255, 0, 0)","绿色"设置为"rgb(0, 128, 0)","黑色"设置为"rgb(0, 0, 0)",且字体大小都为20px。 <html> <head> <meta charset=utf-8> <style type 阅读全文
posted @ 2022-06-18 23:41
blueberryGargamel
阅读(147)
评论(0)
推荐(0)
摘要:
1.(1)类型为密码,默认值为"nowcoder"(2)类型为复选框,且状态为已勾选 <form> <!-- 补全代码 --> <!--1. 类型为密码,默认值为"nowcoder"--> <input name = "password" value = "nowcoder" type = "pas 阅读全文
posted @ 2022-06-18 23:27
blueberryGargamel
阅读(85)
评论(0)
推荐(0)
摘要:
1. 类型为密码,默认值为"nowcoder"2. 类型为复选框,且状态为已勾选 <form> <!-- 补全代码 --> <!--1. 类型为密码,默认值为"nowcoder"--> <input name = "password" value = "nowcoder" type = "passw 阅读全文
posted @ 2022-06-18 22:16
blueberryGargamel
阅读(94)
评论(0)
推荐(0)