码迷,mamicode.com
首页 > Web开发 > 详细

CSS之li

时间:2014-05-19 15:42:42      阅读:291      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   code   c   tar   

bubuko.com,布布扣
<%@ 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

效果图:

bubuko.com,布布扣

CSS之li,布布扣,bubuko.com

CSS之li

标签:style   blog   class   code   c   tar   

原文地址:http://www.cnblogs.com/caok168/p/3735101.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!