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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:45:45+00:00 2026-05-16T23:45:45+00:00

I was walking through the new html 5 features and I saw and tried

  • 0

I was walking through the new html 5 features and I saw and tried a lot of new tags to see what kind of affect they have on the browser but honestly I didn’t see much difference.

So lets talk about <time> tag as an example :

If you write down <time>10:00</time>
obviously it shows 10:00 on the page
but I mean I was expecting something
advanced like formatting. For example,
if I write <time>10</time> it could
format it to 10:00 instead of just
showing 10 on the page.

Also another example can be <time
datetime="2008-02-14">Valentines
day</time>
it also shows just
Valentine days on the page and
nothing more. No tooltip, not a fancy
animation nothing like them.

They are tags like this, and if it is needed I most probably will use span or something else and use some kinda js code to make it more appealing and that’s all.

So I am not just talking about <time> tag here, any other tags like that.

Eventually, my question is why and where we need to use them.

My best guess it to make source code more readable by codes and crawlers maybe or they can be used for semantic web. But even these answers didn’t satisfy me.

  • 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-16T23:45:46+00:00Added an answer on May 16, 2026 at 11:45 pm

    They are definitely used for adding semantic meaning to the markup. For instance:

    <div class="post">
    <h1>Example Blog Post</h1>
       <div class="entry">
          <p>Blog text goes here...</p>
       </div>
       <div class="entryFooter">
          <p> Posted in example category.</p>
       </div>
    </div>
    

    is not as readable as using the HTML5 tags of:

    <article>
       <header>
          <h1>Example Blog Post</h1>
       </header>
       <p>Blog text goes here...</p>
       <footer>
          <p>Posted in example category.</p>
       </footer>
    </article>
    

    It also helps to make the markup more readable to developers and I think it makes styling a lot easier. The <time> tag falls in this boat as well as it provides more semantic meaning in your markup than a <span> tag would. This way programs in the future or browsers might be able to use that semantic data to change the time per the user’s local time zone as an example.

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

Sidebar

Related Questions

I have some HTML I need to parse. Basically I'm walking through the dom
I am walking through a xml definition file and I have a DOMNodeList that
I'm parsing some data from HTML by walking through elements at a certain level
I'm new to ruby and rails and walking (crawling?) through the tutorial. the second
I have been walking through an xsl document and am not sure what the
I am walking through a Visual FoxPro program trying to document the code in
I am using the Google Appengine remote shell, with Python. I am walking through
Today I was walking at the MSDN Forums and I see two very strange
I have a 2giga mpeg file of people runnig,jogging,walking etc. in it. I will
If I am walking through an IEnumerable<T> , is there any way to get

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.