Title of the document
Introduction to the Article
Seperti yang kita sedia maklum, HTML sentiasa berkembang dalam bidang pembangunan web, dan ia merupakan bahasa mark-up yang popular di seluruh dunia. Dikatakan bahawa pembangun web perlu mengemas kini dan belajar tentang elemen HTML. Dalam artikel ini, kita akan mempelajari beberapa teg penting yang dipanggil teg masa. Adalah mudah bagi manusia untuk membaca tarikh/masa dalam pelbagai bentuk, tetapi apabila ia berkaitan dengan mesin, ia tidak mudah untuk dihuraikan pada masa itu
Masa boleh ditakrifkan dengan cara berikut:
Dengan faedah kemajuan masa, halaman web lebih tersusun dan menjadikan kod HTML dibaca dengan mudah oleh enjin carian untuk menganalisis idea pada halaman web dan faedah untuk membangunkan penjadualan acara dan sebarang fungsi acara berkaitan masa. Sebagai contoh, Dalam enjin carian disambungkan dengan peristiwa semasa, yang membantu kedudukan halaman web semasa lebih tinggi mengikut peristiwa masa visual.
Sintaks:
Menggunakan atribut tarikh-masa asas memberikan teg masa unik dengan format tertentu kerana ia dimaksudkan untuk komputer.
Daripada sintaks di atas, dikatakan bahawa
Atribut memainkan peranan penting dalam HTML. Dengan elemen HTML ini, pengguna mempunyai fleksibiliti untuk menambah tarikh Jadual pada kerja dan peringatan hari lahir mereka pada kalendar masing-masing; faedah lain ialah enjin carian boleh memberi kita hasil carian yang lebih baik. Elemen masa ini menyokong atribut global dan acara; selain itu, atribut penting ialah Tarikh Masa. Untuk memaparkan nilai seperti 'Isnin,' atribut tarikh-masa 'Jumaat' diwakili.
Jadual di bawah menggambarkan atribut dan penerangannya yang berkaitan dengan elemen ini:
Attribute Name | Description |
DateTime | It specifies a machine-readable input time of the element. |
Pubdate | It has a Boolean value that Specifies the publication date of the content. |
There are some different ways of representing the date-time attribute. The profile of ISO 8601 provides the standards which follow the ABNF notation. And the letters below ‘T’ and ‘Z’ should be declared in the Upper case.
1. Year and Month
Very Simple Format with the year before.
2019 – 08
2. Date Alone
1946-08-17
3. Date without Year
08-21
4. Only Time Display
13: 55: 30. 522
5. Date and Time
2014 – 08 -21T15:55
Here T is for separation between Date and Time.
6. Time Zone Format
It initiates with either plus or minus and, in some cases, ( : ) is replaced With the capital ‘Z’.
+ 08 : 05
7. Year and Week
Follow the corresponding number of weeks after the letter ‘W’ to represent a week.
2017 – W 20
8. Duration (with Two methods)
2w 3d 4 h 25 min 12.402s
Also, it supports global attribute along with this element like id, class, style and supporting event attributes like onabort, onfocus, onclick, onmousedown, onmouseout, onkeyup, onchange, ondrag, ondrop, onselect, onmessage, onscroll.
Using this tag, You can display the date or time without a datetime attribute. The following are some examples:
Code:
Output:
Making a time element to the title attribute to show detailed information about the user in a nice human-readable or machine-readable format.
Code:
Date Time Example The Stand- Up Comedy show starts at coming Saturday.
The preview show starts in .
In the below Output, the time tag instructs the browser about the text used between the attribute is a time reference ( 5 h 1m 0s) but doesn’t display the time attribute.
Output:
Code:
Title of the document
Introduction to the Article
Output:
Code:
A good Article
Introduction on a given Article.
Output:
Therefore, we learned how to work with the
Atas ialah kandungan terperinci Tag masa HTML. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!