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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:31:31+00:00 2026-05-29T04:31:31+00:00

I am designing a blog and this is the markup that I am using

  • 0

I am designing a blog and this is the markup that I am using – showing just the article snippet as I am sure for the rest

<article>
    <header>
        <h2>this is the posts title</h2>
        <footer>
           <p>by aurel kurtula on <time>21:21pm</time></p> <ul><li>tag1</li><li>tag2</li><li>tag3</li></ul>
        <footer>
     <section>Here is the body of the article</section>
</article>

So my question is should I use footer in that way? and I am assuming that the <section> is right to used for the body of the article, or is it?

Thanks

  • 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-29T04:31:33+00:00Added an answer on May 29, 2026 at 4:31 am

    I would say your structure is fine, as long as you are closing the header tag which you don’t appear to be doing in the example code. Since:

    A header element is intended to usually contain the section’s heading
    (an h1–h6 element or an hgroup element)

    You should close the header after your h2:

    <article>
        <header>
            <h2>this is the posts title</h2>
        </header>
        <footer>
           <p>by aurel kurtula on <time>21:21pm</time></p> <ul><li>tag1</li><li>tag2</li><li>tag3</li></ul>
        <footer>
        <section>Here is the body of the article</section>
    </article>
    

    It may seem strange to use an element named footer in the middle of the article, but there is nothing wrong with that:

    The footer element represents a footer for its nearest ancestor
    sectioning content or sectioning root element. A footer typically
    contains information about its section such as who wrote it, links to
    related documents, copyright data, and the like.

    …

    Footers don’t necessarily have to appear at the end of a section,
    though they usually do.

    This means the footer in question should apply to the article element, not the section. If for example you were to have multiple section elements per article, and each required a separate footer, those footer elements should probably appear as descendants of their respective section.

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

Sidebar

Related Questions

I am using following a tutorial from here: http://www.shopdev.co.uk/blog/cookies-with-jquery-designing-collapsible-layouts/ This is the script I
I am designing a blog using blogger for a fundraiser my team is doing.
So I have a taxonomy hierarchy (assigned to blog posts as free tags) that
I'm trying to create a generalized HTML parser that works well on Blog Posts.
I'm designing a blog in Wordpress using the Thesis Framework and there is an
When designing a website in PHP, you typically have a header.php file that you
What would be the best way of designing a database to store blog posts
I am building a blog aggregator like Techmeme that finds most popular posts from
I am designing a Tagging system for my site(a customized blog). These are my
I am designing this HR System (desktop-based) for a mid-size organization. The thing is

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.