HTML grammar teaching sequence label

xiaoxiao2021-03-05  22

[Disorder Tag]

The sequence label can basically be divided into two, one is "unordered housing", one is "ordered". The so-called "unordered housing" is of course means that there is no order relationship between each chamber. It is only used to use the list of standards to present the information. This disorderly label is in front of each list. . As for the "Ordered Board" means that there is a sequential, from 1, 2, 3 ... extending. Let's first take a look at how to use "unordered list tags":

Original code Rendering results

  • Name: Jacksheng
  • birthday: 1974/11/21
  • Constellation: Scorpio

    Name: Jack Lift Birthday: 1974/11/21 Constellation: Scorpio, the

      tag is "unordered list tag", each additional list, must add
    • . Is the symbol in front must be rounded? No, we can join the Type = "Shape Name" attribute to change its symbol shape, a total of three options: DISK (solid round), Square (small square), three Circle (hollow circle) (Since this page uses CSS Only in Netscape see the effect.):

      Original code Rendering results

      • Name: Jacksheng
      • birthday: 1974/11/21
      • Constellation: Scorpio

        Name: Jack Lifeng Birthday: 1974/11/21 Constellation: Scorpio

        [Order Label]

        Next, let's take a look at how to use the "Order List Tag":

        Original code Rendering results Name: Jacksheng

      • birthday: 1974/11/21
      • Constellation: Scorpio

        Name: Jack Lift Birthday: 1974/11/21 Constellation: Scorpio, "OL> tags are" Ordered List Tags ", each additional list, must add

      • . Like the unordered list tag, we can also choose different symbols to display the order, just use the Type property to make changes, one more than five symbols: 1 (number), a (uppercase English letters), A (lowercase English Letters), I (uppercase Roman alphabet), I (lowercase Roman alphabet) and other five:

        Original code presence

        1. Name: Jacksheng
        2. birthday: 1974/11/21
        3. Constellation: Scorpio

          Name: Jack Lift Birthday: 1974/11/21 Constellation: Scorpio In addition, we can also specify the number of sequence initations, which are as follows:

          Original code presentation results

        4. Name: Jacksheng
        5. birthday: 1974/11/21
        6. Constellation: Scorpio

          Name: Jack Lift birthday: 1974/11/21 Constellation: Scorpio

          [Define List Tag]

          Next we want to explain this tag, "Definition List Tag" is also one of the sequence tags. Let's first give an example, we often see this format in the article: CSS (Cascading Style Sheet)

          CSS is a new technology announced by W3C in December 1996, what is Cascading Style Sheet? Briefly, he is a form of classic form, which allows web designers to have better control for any objects on the web page ...

          There are also labels that can be done in the page! It is this label to talk to you now. Let's take a look at the usage of this label: Let's take a look at "Define List Tags" how to use:

          Original code Rendering results

          Small Title
          Title Context

          subtitle

          Title content description

转载请注明原文地址:https://www.9cbs.com/read-32093.html

New Post(0)