Blogger Information
Blog 23
fans 1
comment 0
visits 29699
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
制作一个导航,要求使用到列表,链接,图片,并使用图片做为链接元素
Liu
Original
594 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>制作一个导航,要求使用到列表,链接,图片,并使用图片做为链接元素</title>
</head>
<body>
<h3>制作一个导航,要求使用到列表,链接,图片,并使用图片做为链接元素</h3>
<nav>
    <ul>
        <li><a href="#">首页</a></li>
        <li><a href="#">招生简章</a></li>
        <li><a href="#">新闻动态</a></li>
        <li><a href="#">通知公告</a></li>
        <li><a href="#">常见问题</a></li>
        <li><a href="#">在线报名</a></li>
        <li><a href="#">联系我们</a></li>
        <li><a href="https://www.php.cn/static/images/index_banner.png?1" target="_blank">图片链接</a></li>
    </ul>
</nav>

</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

 

Correction status:unqualified

Teacher's comments:未完成
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