- What are the 3 Web Standards?
- Why are standards necessary to control the process of updating a website?
- What are Web Standards and why are they important?
- Which body is responsible for maintaining the style standards of HTML?
What are the 3 Web Standards?
Once you've learned the "raw" technologies that can be used to build web pages (such as HTML, CSS, and JavaScript), you'll soon start to come across various tools that can be used to make your work easier or more efficient.
Why are standards necessary to control the process of updating a website?
A key benefit of standards-compliant development is that it ensures all visitors to your site can access the information. If the site isn't standards-compliant, the assistive technology may not be able to read the site at all, or – as happens most often – it reads it in a way that makes no sense to the end-user.
What are Web Standards and why are they important?
Web Standards is defined as a formal set of standards and technical specifications used to define aspects of the world wide web. These are best-practice standards used by organizations to build web sites and web applications.
Which body is responsible for maintaining the style standards of HTML?
The World Wide Web Consortium (W3C) is responsible for maintaining the style standards of HTML. At the time of writing, the W3C recommends 2 spaces of indentation when writing HTML code. Indentation is intended for elements nested within other elements. In the example above, the list items are indented with two spaces.