Is it possible to express a date range using a single time element?
Answer / chaitu
No, it isn’t possible. The information can be expressed using two time elements though. For example to describe a time interval ranging from November 6, 2014 to November 9, 2014, a developer can write:
<time datetime="2014-11-06">6</time>-
<time datetime="2014-11-09">9 November 2014</time>
| Is This Answer Correct ? | 0 Yes | 0 No |
What’s the difference between the meter element and the progress element?
Is it possible to express a date range using a single time element?
Consider the following markup: <figure> <picture> <source media="(min-width: 40em)" srcset="large.jpg 1024w, medium.jpg 640w, small.jpg 320y"> <img src="medium.jpg" alt="London by night"> </picture> <figcaption>A landscape of London by night</figcaption> </figure> Is it valid? If not, can you explain why?
Is the alt attribute mandatory on img elements? If not, can you describe a scenario where it can be set to an empty value? Does an empty value affect accessibility in any way?
What is the longdesc attribute? Can you explain its purpose?
Describe when it’s appropriate to use the small element and provide an example?
How to create nest tables within tables in HTML?
How do I link to a location in the middle of an HTML document?
What is the mark element? Can you describe an example of use for this element?
Explain marquee tag.
Can you describe why hgroup was dropped and how the markup can be addressed today with an example?
How to create a button which acts like a link?