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

  • Home
  • SEARCH
  • 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 8627405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:16:21+00:00 2026-06-12T08:16:21+00:00

I am trying to use html5 tags in the following structure and my question

  • 0

I am trying to use html5 tags in the following structure and my question is if it is a legit way, if you check the code below I still have quite a few DIV containers that I need for design and grid purpose but I still would like to implement at least one section tag, mark the main page text as article. Right now I am nesting divs inside section and the H1 title is outside the article close to addressbar. Do you think this is a legit way of doing that? Or I really need to put the h1 inside article tag and try to avoid divs inside section or article part, does it have any negative SEO effect, does HTML5 and its wrong use may have any kind of negative SEO effect.

<header>
    <div>
        <div>link 1 | link 2</div>             
        <nav>Major header navigation: Link 1 | Link 2</nav>             
    </div>
</header>

<div>       

<div>
<div>           
    <div class="breadcrumbs"></div>         
    <h1>Most important title</h1>                                                                           
</div>
</div>

<div>

<nav>
    Major page navigation:
    <ul>
        <li>Link 1</li>
        <li>Link 2</li>
    </ul>
</nav>     

<div>

<article>
    <h2>title 1</h2>
    <p>main content</p>
    <h2>title 2</h2>
    <p>main content</p>
</article>

<aside>
    <h2>extras</h2>
</aside>

</div>
</div>  

</div>

<footer></footer>

Update: I decided to get rid of section and replace it with div. Updated structure is producing the following outline which looks more promising:
1. Most important title
1. Untitled Section
2. Untitled Section
3. title 1
4. title 2
5. extras

Marked “untitled” are my NAVs and I dont want them to have any heading, is that legit? The document still validates.

  • 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-12T08:16:22+00:00Added an answer on June 12, 2026 at 8:16 am

    Your markup creates the following outline:

     1) Untitled (no heading for body)
       1.1) Untitled (no heading for the first nav)
       1.2) Untitled (no heading for the second nav)
       1.3) your (empty) section heading
          1.3.1) Untitled (no heading for nav)
          1.3.2) your (empty) article heading
          1.3.3) Untitled (no heading for aside)

    This is probably not what you want.

    You should:

    • give a heading in the body>header (= for the whole site, e.g. your site name)
    • remove one of the first two nav elements (the links can go all in the same nav element per sectioning content (you may have several nav elements, if you have different navigations, though; depends on the content)
    • think if you find a sensible heading for the section like “My recent blog posts” (and your article would be one of these recent blog posts) (if not, you probably shouldn’t use a section here)

    Note the third nav and the aside are in scope of the section here. That means that this navigation and the secondary content have to relate to the section only (and not the whole page).

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

Sidebar

Related Questions

I am trying to use the Bing api in python with the following code:
I'm trying to make use of the results attribute of HTML5 <input type=search> tags
I am trying to use XPath to extract some HTML tags and data and
I'm trying to use HTML5 Constraint Validation in my forms to help users spot
I am trying to use HTML5 data- attributes in my ASP.NET MVC 1 project.
I'm trying to use html5 validation and ajax. The method checkValidity doesn't solve my
I'm trying to use the HTML5 draggable API (though I realize it has its
I am trying to use the HTML5 canvas element to draw some arcs and
I am trying to use the HTML5 file API and jQuery to show the
I'm trying to use jQuery and the HTML5 File API to get data from

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.