<html>
<head>
<style>
time {
font-weight: bold;
}
</style>
</head>
<body>
<h1> usage of time tag</h1>
<p>The Cure will be celebrating their 40th anniversary on
<time datetime="2018-07-07">July 7</time> in London's Hyde Park.
</p>
<p>The concert starts at
<time datetime="20:00">20:00</time> and you'll be able to enjoy the band for at least
<time datetime="PT2H30M">2h 30m</time>.
</p>
</body>
</html>