最新回答 / weixin_慕勒0023820
input type的屬性用password就有啦
代碼要自己打出來的話確實是比較麻煩
<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
已采納回答 / weixin_慕設計6578362
<meta> 元素可提供有關頁面的元信息(meta-information),比如針對搜索引擎和更新頻度的描述和關鍵詞。<meta> 標簽位于文檔的頭部,不包含任何內容。<meta> 標簽的屬性定義了與文檔相關聯(lián)的名稱/值對。?<meta charset="UTF-8">“utf-8”是一種字符編碼,charset=”utf-8”是告知瀏覽器此頁面屬于什么字符編碼格式常見的字符編碼有:gb2312、gbk、unicode、utf-8gb2312:代表國家標準...
2021-04-04
<body>
<input type="text" placeholder="請輸入用戶名"><br/>
<input type="password" placeholder="請輸入密碼">
</body>
<input type="text" placeholder="請輸入用戶名"><br/>
<input type="password" placeholder="請輸入密碼">
</body>
2021-04-03
值已經(jīng)修改但是他說我沒有修改,必須要把這個:后的空格刪掉菜算我修改,這是bug吧?
2021-03-30
使用英文編寫的時候,需要在<p>標簽內編寫的英文文字使用空格來確保每一個語句間隔,如未使用空格間隔會默認為全部是一個字段無法可見word-spacing的效果,中文默認是一個字的間隔不會受到空格影響
2021-03-24