CSS之li

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="WebCssDemos.test" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title></title>
    <style type="text/css">
        li + li {
            font-weight:bold;
            font-family:"黑体";
            font-size:14px;
            color:blueviolet;
        }
    </style>
</head>
<body>
    <div>
        <ul>
            <li>第1章 学习HTML5</li>
            <li>第2章 HTML5标记</li>
            <li>第3章 HTML5插入图片</li>
            <li>第4章 HTML5插入图片</li>
        </ul>
        <ol>
            <li>1234</li>
            <li>1234</li>
            <li>1234</li>
            <li>1234</li>
        </ol>
    </div>
</body>
</html>
View Code

效果图:

CSS之li,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。