Website Buildin...login
Website Building Guide
author:php.cn  update time:2022-04-01 15:26:43

web standards



Web standards make web development easier.

Web standards are developed by the World Wide Web Consortium (W3C).


Why do we need Web standards?

It is more conducive to the better development of the web for browser developers and web program developers to comply with specified standards when developing new applications.

Developers make web pages according to web standards, which makes it simpler for developers because they can easily understand each other's coding

Using web standards will ensure that all browsers are correct Display your website without time-consuming rewriting.

Web pages that adhere to standards can make it easier for search engines to access and include the web page, it can also be easier to convert to other formats, and it is easier to access program code (such as JavaScript and DOM).

Tip: You can use a web page verification server to verify the standardization of the page.


Accessibility

Accessibility is an important part of the HTML standard.

Web standards that make the Web more accessible for people with disabilities.

Web standards make it easy for people with disabilities to use the Internet. Blind people can use programs to read web pages to them. People with low vision can access the website by rearranging and enlarging the web pages.


W3C - World Wide Web Consortium

W3C creates and maintains Web standards.

Tim Berners-Lee is the founder and inventor of the World Wide Web Consortium and is known as the father of the Internet:

"The dream behind the Web is of a common information space in which we communicate by sharing information."

The World Wide Web Consortium, established in 1994, is an international alliance whose purpose is to "lead the web to unleash its full potential" ".

  • W3C stands for World Wide Web Consortium

  • ##W3C was founded in

    October 1994

  • W3C was

    created by Tim Berners-Lee, inventor of the Web

  • W3C was created as
  • Member Organization

    Organization

  • The job of W3C is to carry out
  • Standardization Network

  • W3C creates and Maintained
  • WWW standards

    ##W3C standards have
  • W3C recommendations
  • ##The most important W3C standards have :

HTML

  • CSS

  • XML

  • XSL

  • DOM

  • W3C official homepage

ECMA - European Computer Manufacturers Association (European Computer Manufacturers Association) Manufacturers Association)

ECMA was founded in Brussels in 1960 by some of Europe's largest computer and technology companies. By May 1961, they formed a formal organization whose goal was to evaluate, develop, and endorse telecommunications and computer standards.

We decided to locate ECMA’s headquarters in Geneva because it would bring it closer to other standards-setting organizations that work together with it, such as the International Organization for Standardization (ISO) and the International Electrotechnical Association (IEC) ).

ECMA is the abbreviation of "European Computer Manufactures Association", which is called European Computer Manufacturers Association in Chinese. It is an organization established in 1961 to establish a unified computer operating format standard-including programming language and input and output.


The latest ECMAScript specification is ECMA-262:

http://www.ecma-international.org/publications/standards/Ecma-262.htm

php.cn