zoukankan      html  css  js  c++  java
  • 无序列表

    使用<ul>元素来创作无序列表,列表中的每个项目都被置于起始标签和结束标签之间

    <!DOCTYPE html>
    <!--
    To change this license header, choose License Headers in Project Properties.
    To change this template file, choose Tools | Templates
    and open the template in the editor.
    -->
    <html>
        <head>
            <title>TODO supply a title</title>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
        </head>
        <body>
            <div>无序列表</div>
            <ul>
                <li>一个项目</li>
                <li>一个项目</li>
                <li>一个项目</li>
                <li>一个项目</li>
            </ul>
        </body>
    </html>
    

      

  • 相关阅读:
    gnuplot
    charles证书安装
    jenkins 配置ssh
    jenkins 配置slave
    centos 安装jenkins
    mac的一些命令
    docker 常用命令
    GO vim环境
    go vendor目录
    protobuf
  • 原文地址:https://www.cnblogs.com/q2546/p/9337047.html
Copyright © 2011-2022 走看看