Blogger Information
Blog 14
fans 0
comment 0
visits 9711
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端封装原理与知识点20190911作业
德性的博客
Original
618 people have browsed it

9月11日作业
参考发布的前端框架手册, 依照着写出一个类似的小框架,可以只有一些常用的样式封装即可, 再将这些内容写成一个小手册, 内容不必很多, 但原理和流程,必须搞清楚,知道是怎么回事....


<!DOCTYPE html>

<html lang="zh_CN">


<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <title>子类选择器与类型选择器</title>

    <link rel="stylesheet" href="demo03b.css">

</head>


<body>

    <ul>

        <li class="testclass">1</li>

        <li id="testid01">2</li>

        <li class="testclass">3</li>

        <li class="testclass">4</li>

        <li id="testid02">5</li>

        <li>6</li>

        <li>7</li>

        <li>8</li>

        <li>9</li>

        <li>10</li>

    </ul>

</body>


</html>


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!