
html
熊他丫的
这个作者很懒,什么都没留下…
展开
-
表单验证登陆注册判断
<body> <div>请输入账号:<input type="text"><span></span><b><em style="color: red;">*</em> 用户名以字母开头,必须数字和字母的组合</b></div> <div>请输入密码:<input type="text"><span></span><b...原创 2021-11-16 08:57:30 · 219 阅读 · 0 评论 -
HTML中的空格符号
HTML中的常用的4种空格符号原创 2022-05-18 09:02:10 · 15385 阅读 · 0 评论 -
html 阴影(shadow)
<style> p{ margin-top: 10px; margin-bottom: 0; font-size: 20px; width: 600px; height: 100px; line-height: 100px; text-align: center; } ...原创 2021-11-03 15:42:51 · 932 阅读 · 0 评论 -
HTML 模态框
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title&...原创 2021-11-03 14:59:38 · 190 阅读 · 0 评论 -
Input 常用标签(html)
<form action=""> 普通文本框<input type="text"><br> 密码框<input type="password"><br> 单选按钮<input type="radio"><br> 复选框<input type="checkbox"><br> 普通按钮<input type...原创 2021-11-01 15:25:55 · 422 阅读 · 0 评论