正方形變成圓,光算width的一半像素還不夠,還得把border的寬度帶上。題中的例子,border-width: 105px才等價于border-width: 50%吧
2021-05-10
1.TD:英文全稱是"tabledatacell",中文意思是“表中的數據單元”。
2.TR:英文全稱是"tablerow"的縮寫”的縮寫。
3.TH:英文全稱是"tableheadercell"的縮寫,在中文中是“表頭單元格”的意思。
2.TR:英文全稱是"tablerow"的縮寫”的縮寫。
3.TH:英文全稱是"tableheadercell"的縮寫,在中文中是“表頭單元格”的意思。
2021-05-08
代碼要自己打出來的話確實是比較麻煩
<a href="https://www.sina.com.cn" target="_self">新浪</a>
<a href="https://www.qq.com/" target="_self">騰訊</a>
<a href="https://www.sina.com.cn" target="_self">新浪</a>
<a href="https://www.qq.com/" target="_self">騰訊</a>
2021-04-07
<body>
<input type="text" placeholder="請輸入用戶名"><br/>
<input type="password" placeholder="請輸入密碼">
</body>
<input type="text" placeholder="請輸入用戶名"><br/>
<input type="password" placeholder="請輸入密碼">
</body>
2021-04-03
使用英文編寫的時候,需要在<p>標簽內編寫的英文文字使用空格來確保每一個語句間隔,如未使用空格間隔會默認為全部是一個字段無法可見word-spacing的效果,中文默認是一個字的間隔不會受到空格影響
2021-03-24