zoukankan      html  css  js  c++  java
  • 有序列表添加个性样式

    有序列表样式
    1. this is line one

    2. here is line two

    3. and last line

    <style>
      ol {
    font: italic 1em georgia, times, serif;
    color: #999999;
    }
    
    ol p {
    font: normal .8em arial, helvetica, sans-serif;
    color: #000000;
    }
    </style>
    
    <ol>
    <li>
    <p>this is line one</p>
    <li>
    <p>here is line two</p>
    <li>
    <p>and last line</p>
    </li></ol>







     
  • 相关阅读:
    修改linux下某一个文件夹下所有文件内容
    jenkins对结果进行断言问题
    linux 循环处理文件夹下所有文件脚本
    LR java Vuser 相关依赖JAR包,配置文件处置方法
    Jmeter函数 唯一取值 笔记
    jmeter+java vuser+rmi+dubbo脚本
    eclipse快捷键
    猫狗队列
    用固定长度的数组实现stack queue
    两个单链表相交的问题
  • 原文地址:https://www.cnblogs.com/twh/p/1407278.html
Copyright © 2011-2022 走看看