Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8951557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:41:29+00:00 2026-06-15T13:41:29+00:00

Is it semantic for a <figure> element to contain nothing but a <figcaption> ?

  • 0

Is it semantic for a <figure> element to contain nothing but a <figcaption>? It does validate…

<figure>
  <img src="example.jpg">
  <figcaption>Image and caption</figcaption>
</figure>

<figure>
  <figcaption>Caption only</figcaption>
</figure>

In this context, it’d have ramifications for CSS styling:

figure figcaption { color: red; }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T13:41:30+00:00Added an answer on June 15, 2026 at 1:41 pm

    An img is not required in a figure element, it just happens to be common, and most examples that use figcaption also have an image.

    http://dev.w3.org/html5/spec/single-page.html#the-figure-element

    The <figure> element can thus be used to annotate illustrations, diagrams, photos, code listings, etc, that are referred to from the main content
    of the document, but that could, without affecting the flow of the
    document, be moved away from that primary content, e.g. to the side of
    the page, to dedicated pages, or to an appendix.

    http://dev.w3.org/html5/spec/single-page.html#the-figcaption-element

    The <figcaption> element represents a caption or legend for the rest of
    the contents of the figcaption element’s parent figure element, if
    any
    .

    Note the “if any” part, which leads me to believe that content other than the figcaption may not exist and it will still be valid. However, as Alochi notes, it suggests a misuse of the element since there is no content for the caption to describe.

    There is an example in the current specification example of non-image content being accompanied by a figcaption, so I think it’s fair to assume it’s perfectly OK to not have an image:

    Here, a part of a poem is marked up using figure.

    <figure>
      <p>'Twas brillig, and the slithy toves<br>
      Did gyre and gimble in the wabe;<br>
      All mimsy were the borogoves,<br>
      And the mome raths outgrabe.</p>
      <figcaption>
        <cite>Jabberwocky</cite> (first verse).
        Lewis Carroll, 1832->  98
      </figcaption>
    </figure>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following markup uses the figure element to display an image, inline with the
I have use semantic-analyze-proto-impl-toggle to switch between the function's proto and impl, but when
I generally use a manual process: Look at the page, figure out the semantic
I cannot figure out the exact semantics of withValueBackReference . I've read the example
I got this form working Ok but i can't figure out how to save
I'm new to C++ but I can't figure out why this won't compile for
I'm trying to figure out the most semantic way to markup something like this.
Semantic HTML makes it easier for Google to crawl and 'understand' a website but
In my semantic Scandalous Poets Wiki, I'd like to be able to query all
Is Latent Semantic Indexing (LSI) a Statistical Classification algorithm? Why or why not? Basically,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.