HTML5 block-quote with author

后端 未结 6 1511
名媛妹妹
名媛妹妹 2021-01-31 02:15

Hi I\'m seeing a great number of different ways to implementat blockquote in html but it doesn\'t seem clear in its documentation how should I properly format a

6条回答
  •  迷失自我
    2021-01-31 02:52

    I googled about this and it looks like

    and
    should do the job:

    Quotes, parts of poems can also be a part of figure.
    MDN editors

    https://developer.mozilla.org/samples/html/figure.html

    The figure element represents some flow content, optionally with a caption, that is self-contained and is typically referenced as a single unit from the main flow of the document.
    asdf

    http://www.w3.org/html/wg/drafts/html/master/grouping-content.html#the-figure-element

提交回复
热议问题