CSS之li

2020-12-13 04:57

阅读:455

标签:style   blog   class   code   c   tar   

soscw.com,搜素材soscw.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章 学习HTML5li>
            li>第2章 HTML5标记li>
            li>第3章 HTML5插入图片li>
            li>第4章 HTML5插入图片li>
        ul>
        ol>
            li>1234li>
            li>1234li>
            li>1234li>
            li>1234li>
        ol>
    div>
body>
html>
View Code

效果图:

soscw.com,搜素材

CSS之li,搜素材,soscw.com

CSS之li

标签:style   blog   class   code   c   tar   

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


评论


亲,登录后才可以留言!