HTML language analysis list tag

黄舟
Release: 2016-12-15 13:13:59
Original
1248 people have browsed it




    • ;ol> is called the sequential list tag.
    • is used to mark list items.
      The so-called sequential list is to add a number such as 1, 2, 3... in front of each item, also called a numbered list.
        Parameter settings (commonly used):
        For example:

          type="i"
          Set the number style and its value There are five types, please refer to the table on the right. The default is type="1".
          start="4"
          Set the starting number. No matter which number style is set, the value can only be an integer such as 1, 2, 3..., etc., and the default is start="1".
          type numbering style
          1 arabic numbers 1, 2, 3, ...
          a lower alpha a, b, c, ...
          a upper alpha a, b, c, ...
          i lower roman i, ii , iii, ...
          i upper roman i, ii, iii, ...
        1. Parameter settings (commonly used):
          For example:

        2. type="square"
          is only applicable to non-sequential lists. It sets the symbol style. There are three values, as follows, and the default is type="disc":
          The symbol is the column item symbol when type="disc" is used. The
          symbol if" width=10 height=10 border=0> is the column symbol when type="circle". The
          symbol is the column symbol when type="square".

          The above is the HTML language analysis list Marked content, please pay attention to PHP Chinese website (www.php.cn) for more related articles

    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template