摘要: <form> <label for="male">Male</label> <input type="radio" name="sex" id="male" /> <br /> <label for="female">Female</label> <input type="radio" name=" 阅读全文
posted @ 2021-09-28 19:17 你会做饭吗? 阅读(122) 评论(0) 推荐(0)
摘要: 一.position: static 无定位 HTML 元素默认情况下的定位方式为 static(静态)。 静态定位的元素不受 top、bottom、left 和 right 属性的影响。 position: static; 的元素不会以任何特殊方式定位;它始终根据页面的正常流进行定位: 二.pos 阅读全文
posted @ 2021-09-27 21:47 你会做饭吗? 阅读(360) 评论(1) 推荐(0)