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 6224505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:41:05+00:00 2026-05-24T08:41:05+00:00

Can you suggest an HTML5 <figure> <img src=path/to/image alt=About image> <figcaption> <p>This is an

  • 0

Can you suggest an HTML5

<figure>
    <img src="path/to/image" alt="About image">
    <figcaption>
        <p>This is an image of something interesting.</p>
    </figcaption>
</figure>

and

<section>
    <!-- Content here -->
</section>

tag alternative for older browsers in jQuery?

I searched a lot but I found stuffs about the <canvas> tag everywhere.

I will be glad to see your answers, thanks in advance.

  • 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-05-24T08:41:05+00:00Added an answer on May 24, 2026 at 8:41 am

    What’s jQuery got to do with it? Are you having problems accessing or manipulating HTML5 elements in jQuery?

    As far as the HTML goes, the new HTML5 tags you’ve mentioned are all block-level elements that can contain other block-level elements, so the equivalent in HTML4 is <div>:

    <div class="figure">
        <img src="path/to/image" alt="About image" />
        <div class="figcaption">
            <p>This is an image of something interesting.</p>
        </div>
    </div>
    

    and

    <div class="section">
        <!-- Content here -->
    </div>
    

    The HTML5 tags should work fine in older browsers and with jQuery, with two exceptions:

    1. Internet Explorer, until version 9, did not support the new tags, as it didn’t support any unknown tags. (Their content would be displayed, but the tag itself would not appear in IE’s DOM representation of the page.) However, you can make older IEs recognise unknown tags by creating them in JavaScript: see http://remysharp.com/2009/01/07/html5-enabling-script/

    2. Browsers other than Internet Explorer treat unknown tags as inline, rather than block. Thus you’ll need to assign display: block; to the block-level HTML5 elements in your stylesheet. Reset stylesheets like Eric Meyer’s often do this.

    But if you are having any other problems with them, do ask about the problems on Stack Overflow.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some code a little like this... <img src=... width=100 height=100 alt= onclick=FlipImg(1234)
how can i convert eps image to jpg/png. any good application you can suggest.
I used to have something like this: We suggest you read our @Html.ActionLink(help page,
I've been working on this for a while, and just can't seem to figure
can anybody suggest a framework for developing mobile applications using html5 ? I want
I'm sure someone's had this problem before but I can't figure it out because
Wondering if anyone can suggest a good file replication tool that will replicate across
I'm wondering if people can suggest the best tutorial that will walk me through
Can you suggest some good MVC framework for perl -- one I am aware
Can anyone suggest me a helpful programming language which can be used to create

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.