HTML5 block-quote with author

后端 未结 6 1601
名媛妹妹
名媛妹妹 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 03:00

    This is how Bootstrap does quotes in v3.3.

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

    Someone famous in Source Title

    More on the footer element from MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer

    The HTML

    Element represents a footer for its nearest sectioning content or sectioning root element (i.e, its nearest parent
    ,
提交回复
热议问题