Web quality internationalization
The Internet has no borders.
The Internet has no borders.
"With the Internet follows an absolute requirement to interchange data in a multiplicity of languages, which in turn utilize a bewildering number of characters."
H. Alvestrand, Internet Engineering Task Force (IETF), January 1998.
International Character Set
All W3C standards (since 1996), including HTML, XHTML and XML, define an internal character set called Unicode (ISO 10646) that all modern web browsers use natively. Set. Most documents transmitted on the Internet do not use this Unicode character set
Because of this, there must be a consistent use of character sets in communication between Internet clients (browsers).
Marking the character set used in each document is critical to improving the quality of your website.
Always use the following within the <head> element. Meta element:
<meta charset="x">Please do not use the date format similar to "04-03-02"
The above date is OK. Represented as March 2, 2004, or March 4, 2002, or April 3, 2002.
The international standard format defined by International Standardization (ISO) is "yyyy-mm-. dd", yyyy is the year, mm is the month, and dd is the day.
If you use the ISO format, then most visitors can understand your date.