Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is W3C Validation?
#23
(06-08-2010, 05:04 PM)Omniscient Wrote: The W3C (World Wide Web Consortium) are the group of people responsible with creating web standards. This includes HTML, XHTML, CSS, XML, RSS and upcoming HTML5.

Standards for web design and layout are actually very important as it creates a centralization of technologies that browsers can employ to ensure proper visual experience for users. Imagine if you will that the simple break tag <br> was different for Internet Explorer and Firefox? It would create chaos for admins and web surfers. Instead they use standards agreed upon by W3C.

What this means for you is that if you want the best possible experience for your users you'll start by using validated code. W3C offers validation for markup and for CSS.

Markup Validation: http://validator.w3.org/

CSS Validation: http://jigsaw.w3.org/css-validator/

While I don't feel that CSS validation is nearly as important it's in my view very important to validate your markup. This forum is dedicated to helping admins learn to validate their code which will give their users the best possible experience.

Those with validated sites can place an image like this on them.
[Image: valid-xhtml10]

the more future safe break tag is actually <br />. So I would recommend that everyone use that instead of <br> since most tags like in XHTML require an end tag, defined with a forward slash. The <br /> code could be viewed as both combined together since you don't need a set of tags for the break tag like most others.

(We don't use <br></br>, it's been <br> or <br />)

On a sidenote... Smile Only 21 errors for the W3C validation in total. Pretty good for a days work on a website
Reply


Messages In This Thread
What is W3C Validation? - by Omniscient - 06-08-2010, 05:04 PM
RE: What is W3C Validation? - by Nemmyy - 06-08-2010, 05:38 PM
RE: What is W3C Validation? - by James - 06-09-2010, 07:20 PM
RE: What is W3C Validation? - by Cida - 06-08-2010, 06:10 PM
RE: What is W3C Validation? - by Omniscient - 06-09-2010, 09:16 PM
RE: What is W3C Validation? - by Nemmyy - 06-10-2010, 11:58 AM
RE: What is W3C Validation? - by Eve - 06-10-2010, 10:19 PM
RE: What is W3C Validation? - by Omniscient - 06-11-2010, 07:15 AM
RE: What is W3C Validation? - by xerotic - 12-21-2010, 07:39 PM
RE: What is W3C Validation? - by saumil - 06-11-2010, 08:02 AM
RE: What is W3C Validation? - by Girp - 12-21-2010, 07:31 PM
RE: What is W3C Validation? - by thesittingduck - 06-19-2010, 04:20 AM
RE: What is W3C Validation? - by Ally Mac - 06-19-2010, 11:26 AM
RE: What is W3C Validation? - by The Elite - 07-10-2010, 06:50 PM
RE: What is W3C Validation? - by Cybr - 08-03-2010, 03:09 PM
RE: What is W3C Validation? - by cheeseburger - 08-04-2010, 06:06 AM
RE: What is W3C Validation? - by Elite Dash - 08-07-2010, 11:36 AM
RE: What is W3C Validation? - by Matt G - 11-21-2010, 07:26 AM
RE: What is W3C Validation? - by FiLTHY - 12-21-2010, 07:29 PM
RE: What is W3C Validation? - by Buzz Lightyear - 12-21-2010, 09:35 PM
RE: What is W3C Validation? - by Remember.. - 03-10-2011, 01:52 PM
RE: What is W3C Validation? - by Always - 03-17-2011, 06:52 PM
RE: What is W3C Validation? - by AceInfinity - 03-18-2011, 10:38 PM
RE: What is W3C Validation? - by zerdnem - 04-12-2011, 05:47 AM
RE: What is W3C Validation? - by Danny - 05-07-2011, 01:18 AM
RE: What is W3C Validation? - by -Dreams - 06-14-2011, 02:16 AM
RE: What is W3C Validation? - by Kyle FYI™ - 07-11-2011, 03:07 PM
RE: What is W3C Validation? - by EnergySource - 08-07-2011, 10:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)