|
This page discusses web design and compliance with the recommendations of the World Wide Web Consortium, including hints about HTML, CSS, JavaScript.
IntroductionThis website complies with the specifications and recommendations of the World Wide Web Consortium, and thus may display the relevant W3C icons (see bottom of pages). Such compliance offers the best chances for correct rendition by many of today's and future browsers. One may find on the web many tens or even hundreds of introductions to web design, of the most diverse qualities. All techniques that I used for this website are discussed in the introductions from the W3C below. I also recommend the Tizag site, that offers step-by-step beginners' and advanced tutorials in a systematic didactic fashion. As a website author, you will probably never need more than these bookmarks to W3C and to Tizag.
The World Wide Web Consortium (W3C)
W3C TutorialsIntroductions to HTML
Introductions to CSS
Introductions to JavaScriptThe W3C website doesn't introduce much about javascript. My website also doesn't use much of it... in fact, just for the drop-down menu and navigation buttons. The javascript code has been copied from other websites and adapted; see the "w3c++ » HTML Projects" page. Note that nearly all websites with javascript use a diverging (obsolete) version instead of the (correct) head code <script type="text/javascript">, and thus do not follow correct W3C syntax.
Tizag TutorialsTizag profiles itself as Tizag explicitly refers to W3C as relevant authority, and their own website complies with correct W3C syntax (which, by the way, unfortunately is not the case for many other "tutorial" websites). |