search

Home  >  Q&A  >  body text

Is the audio tag a block-level element?

Is the audio tag a block-level element?

小猴子小猴子2453 days ago1649

reply all(1)I'll reply

  • 灭绝师太

    灭绝师太2018-05-22 18:01:46

    Audio is not a block-level element; when block elements (such as div) do not have any layout attributes, the default arrangement is line wrapping. Check whether the element is a block-level element, add content after the tag, and display it in the browser. Line breaks are block-level elements

    reply
    0
  • Cancelreply