What does this mean?

Home Forums Decaffeinated Coffee What does this mean?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #599222
    on the ball
    Participant

    At the bottom of the coffee room page

    Allowed markup: a blockquote code em strong ul ol li.

    You can also put code in between backtick ( ` ) characters.

    #806378
    ☕️coffee addict
    Participant

    this was asked in a previous post maybe ayc can post a link

    #806382
    MDG
    Participant

    This is between < em> tags.

    This is between < strong> tags.

    The blockquote indents a paragraph.

    The ul is for making a list with bulletpoints:

    • ul stands for unordered list.
    • it is used to start having the list
    • each item in the list starts with a li tag

    The ol is for making a list with bulletpoints:

    1. ol stands for ordered list.
    2. it is used to start having the list
    3. each item in the list starts with a li tag

    There are many HTML code tutorials online.

    #806383
    HaLeiVi
    Participant

    But why don’t they allow the font, span, and div tags, with styling?

    #806384
    ItcheSrulik
    Member

    Why don’t they allow the normal html tags for the formatting they do allow?

    This is (in pre-CSS days) done with <b>

    This is done with <i>

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.