resetcss的使用


<!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>Document</title>
    <link rel="stylesheet" href="reset.css">
    <!-- <link rel="stylesheet" href="normalize.css"> -->
</head>

<body>
    <ul>
        <li>reset.css是一个重置样式库</li>
        <li>normalize为了增强浏览器渲染的一致性,重置样式库</li>
        <li></li>
        <li></li>
        <li></li>
    </ul>
    <a href="https://www.baidu.com/">百度</a>

    <input type="text" name="" id="">
</body>

</html>

文章作者: iamfugui
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 iamfugui !
评论