• How do I out my images with the new HTML5 figure and figcation elements?
    so I get the output like so:

    <figure>
    	<img src="" alt="">
    	<figcaption></figcaption>
    </figure>

    Thanks in advance!!

Viewing 1 replies (of 1 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    My main question is to why you would want to use it?

    The figure element represents a unit of content, optionally with a caption, that is self-contained, that is typically referenced as a single unit from the main flow of the document, and that can be moved away from the main flow of the document without affecting the document’s meaning.

    W3C Specification
    One way I can think of doing that would be using the HTML edit screen.

Viewing 1 replies (of 1 total)
  • The topic ‘Inserting images with figure and figcaption’ is closed to new replies.