Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> HTML

HTML <เวลา> แท็ก


ต่อไปนี้เป็นแอตทริบิวต์ −

  • วันที่และเวลา :วันที่-เวลาที่จะแสดง

ให้เราดูตัวอย่างการใช้แท็ก

ตัวอย่าง

<!DOCTYPE html>
<html>
<body>
<h2>Schedule</h2>
<p>Exams begins from next <time datetime="06-15">Saturday</time>.</p>
<p>Exam begins at <time>09:00</time> in the morning.</p>
</body>
</html>

ผลลัพธ์

HTML  เวลา  แท็ก

ในตัวอย่างข้างต้น เราได้ตั้งค่าวันที่และเวลาโดยใช้

<p>Exams begins from next <time datetime="06-15">Saturday</time>.</p>

ในการตั้งเวลาเท่านั้น ให้ใช้

<p>Exam begins at <time>09:00</time> in the morning.</p>