ZGMF
<body>
<header class="header">
    <h1>XXX公司</h1>
    <nav>
        <a href="#">a</a>
        <a href="#">b</a>
        <a href="#">c</a>
        <a href="#">d</a>
        <a href="#">e</a>
        <a href="#">f</a>
        <span>xxx电话</span>
    </nav>
    <div class="banner"></div>
</header>
<main>
    <aside>
        <section>
            <h3>产品分类</h3>
            <ul>
                <li></li>
                <li></li>
                <li></li>
            </ul>
        </section>
        <section>
            <h3>联系我们</h3>
            <ul>
                <li></li>
                <li></li>
                <li></li>
            </ul>
        </section>
    </aside>
    <section class="content" >
        <section class="company">
            <h3>公司简介</h3>
            <figure>
                <img src="" alt="">
                <figcation>xxxx</figcation>
            </figure>
        </section>
        <section>
            <h3>应用领域</h3>
        </section>
        <section>
            <h3>产品列表</h3>
            <ul>
                <li><img src="" alt=""></li>
                <li><img src="" alt=""></li>
                <li><img src="" alt=""></li>
            </ul>
        </section>
    </section>
</main>
<footer>
    <div>
        <a href=""></a>
        <a href=""></a>
        <a href=""></a>
        <a href=""></a>
        <a href=""></a>
        <a href=""></a>
    </div>
</footer>
</body>

 

分类:

技术点:

相关文章:

  • 2021-12-29
  • 2021-10-04
  • 2021-11-17
  • 2021-10-27
  • 2021-09-13
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2021-10-04
  • 2021-11-13
  • 2022-01-09
  • 2022-12-23
  • 2021-10-11
  • 2021-08-13
相关资源
相似解决方案