html5/Css3 网页设计 带音乐与食品模块

来源:互联网 发布:淘宝上买的弹弓枪 编辑:程序博客网 时间:2024/04/30 10:37
<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <meta name="viewport" content="width=device-width,initial-scale=1">    <title>高端网页</title>    <link rel="stylesheet" href="css/style.css">    <meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no"></head><body>    <div class="inner">        <header class="clear">            <img src="images/logo.png">            <nav class="clear">                <ul class="clear">                    <li><a href="">home</a></li>                    <li><a href="">Themify</a></li>                    <li><a href="">lconDock</a></li>                    <li><a href="">N.Design</a></li>                </ul>                <input type="text" placeholder="Search">            </nav>            <section class="clear">                <article>                    <h2>Just a Post Title</h2>                    <time>May 8,2017 in Category</time>                    <img src="images/sample-image.jpg">                    <p>When Spring Festival comes, everybody is happy for the special day. It is not because they can relax for a while, but also can stay more time with families. After the holiday, most people get fatter when they get back to work. The food they eat in the holiday is usually all kinds of meat, which makes them get fat in a short time. It is in need of getting rid of fat.The first thing they need to do is to balance the food. Meat should be less while vegetable can be more. Fruit is good for the body, which can promote the food to be digested. Some people refuse to have food, which is the wrong way to lose weight. We need to make sure our body is healthy, only this can make lose weight meaningful.</p>                    <video src="视频地址" controls autoplay></video>                    <audio src="音乐地址" controls autoplay></audio>                </article>                <aside class="s2">                    <ul>                        <li><a href="">Sidebar</a></li>                        <li><a href="">wordPress</a></li>                        <li><a href="">wordPress</a></li>                        <li><a href="">wordPress</a></li>                    </ul>                    <ul>                        <li><a href="">Flickr</a></li>                    </ul>                </aside>            </section>        </header>        <footer>            <p>飞鸟科技</p>        </footer>    </div></body></html>
原创粉丝点击