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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:37:46+00:00 2026-05-23T18:37:46+00:00

For a listing of events, I was planning on using the HTML5 Address in

  • 0

For a listing of events, I was planning on using the HTML5 Address in the markup to show search engines this is a location. I will be displaying 5 upcoming events on the homepage.

Do I put this inside a section or article?

When I read the HTML5 specification it confuses me, if anybody could explain how to use this better.

Updated with code from Steve:

<ul>
<li>
    <h3><a href="<?php echo $event['href']; ?>" title="<?php echo $event['title']; ?>"><?php echo $event['title']; ?></a></h3>
    <p><?php echo $event['description']; ?>         
        <span class="datetime">When: <time datetime="<?php echo $event['start_date']; ?>" pubdate="pubdate"><?php echo date('d-m-Y', strtotime($event['start_date'])); ?></time></span>
        <span class="location">Where: <address><?php echo $event['location']; ?></address></span></p>
</li>

  • 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-23T18:37:47+00:00Added an answer on May 23, 2026 at 6:37 pm

    I am sorry to say, but in this context you are misusing the <address> tag. It is meant to provide contact information for the author(s) of the document, not for arbitrary addresses.

    The address element represents the contact information for its nearest article or body element ancestor. If that is the body element, then the contact information applies to the document as a whole.

    The address element must not be used to represent arbitrary addresses (e.g. postal addresses), unless those addresses are in fact the relevant contact information. (The p element is the appropriate element for marking up postal addresses in general.)

    The spec: http://dev.w3.org/html5/spec/sections.html#the-address-element

    A helpful article: http://html5doctor.com/the-address-element/

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

Sidebar

Related Questions

I need to do a Distinct search in the following query: $listings = $this->Listing->query(SELECT
I'm building an events listing site. Currently each event is entered for a specific
I have a MySQL table containing a listing of events that I am trying
I'm listing the data from one of my models in a table <% @events.each
Consider, if you will, the following tables: Vacation Model http://imagetiger.org/images/vacatilrl.png This may seem like
Possible Duplicate: Listing diary events grouped by days in PHP/MySQL I've got a database
i am working on application for events listing , the application get the events
I have an event listing site where i'm currently listing events occuring today by
Here is listing of my form: $builder = $this->createFormBuilder($project) ->add('name','text') ->add('type','choice', array( 'choices' =>
i'm working on a events project and i want to show my users' events

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.