HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML datetime Attribute

HTML datetime Attribute

 

 

The datetime attribute is used to define the date and time when the text was deleted/inserted. When use with the time element, it represents a date or time.

 

Used With:-

 

Elements Attribute
del datetime
ins datetime
time datetime

 

Syntax:-

 

Its syntax is:- < element datetime="value" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML