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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:52:10+00:00 2026-06-17T21:52:10+00:00

I want to know if it would be ok to have a section tag

  • 0

I want to know if it would be ok to have a section tag contain no heading tags inside of it. I have looked at couple of examples and they all have heading tags inside of them.

The structure I implement for my section tag at the moment is:

<section>
    <article>
        <div>
        </div>
    </article>
    <article>
        <div>
        </div>
    </article>
</section>
  • 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-17T21:52:11+00:00Added an answer on June 17, 2026 at 9:52 pm

    HTML5 does not require the use of headers within an article element however it can be useful if you want to publish additional details such as date of publishing as well as you could include a nice footer to each article as well.

    This would be useful:

    <section>
        <article>
            <header>
                <hgroup>
                    <h1>This is the Article Header</h1>
                    <h2>This is a tagline header</h2>
                </hgroup>
                <time class="dtstart" datetime="2011-10-05T09:00Z">9am Oct 5th</time>
             </header>
             <div>
                 <p>This is the content</>
             </div>
             <footer>
                 <p>Article Authored by Username<br>
                 Twitter Link<br>
                 Google Plus Author Link</p>
             </footer>
    </article>
    

    By using the above code you can style the site without making hardly any addition classes due to the fact the main header and footer of your site won’t be contained within a section, or least I hope you don’t have it.

    So styling article footers and headers and everything else in their is possible without making addtional classes which is very code freindly for example

    article header h1 {font-size:20px;}
    article header h2 {font-size:12px;}
    article div h1 {font-size:36px;}
    article div h2 {font-size:26px;}
    article footer {font-size:12px;}
    article time {fonts-size:9px;}
    article hgroup {padding:20px;}
    section article {padding:20px;}
    

    Notice how with the above code there is no need for classes to be made, its pretty awesome and very flexible.
    This would not be useful:

    <section>
        <article>
            <header>
                <h1>The Header</h1>
            </header>
            <div>
                <p>I am the content</p>
            </div>        
        </article>
    </section>
    

    The instructions on using HTML5 is very vague and many people agru if header should even be used at all within an Article but headers are useful if you have a lot of content to stick in their such as publish date, author, more than one H1, and H2 etc.

    Footers in articles I find more useful but generally if I’m using the footers I use the headers as well, generally you should always code with as little code as possible and you should always consider Googles snippets as an alternative over some HTML5’s if you want the benefit from those.

    You should factor in what is easiest to style your site, using header can be easier to use without making additional classes for example.

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

Sidebar

Related Questions

I would like to know what I can offer to clients when they want
I would like to know a way (of course I want to know the
I would like to deepen my understanding of data types and want to know
I know that with a large site you would want to separate footers, menus,
Hello I would like to know if my script is good; I want to
I have an android app it displays web view.I want know the app idle
I have a texture with a 3x9 repeating section. I don't want to store
I'm currently making a plugin. I have many options and want to know if
I'm starting in the Rails world and i want to know how to put
i want know how i can manage multiple twitter account on iOS in my

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.