Inhaltsverzeichnis
(X)HTML and CSS
HyperText Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser.
Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language most often used to style web pages and interfaces written in HTML and XHTML.
Learning HTML and CSS
-
- de.selfhtml.org – Die Energie des Verstehens – HTML-Dateien selbst erstellen.
Reference and Validation
- www.w3.org – The World Wide Web Consortium (W3C)
- W3C Markup Validation Service – Check the markup (HTML, XHTML, …) of Web documents.
- W3C CSS Validation Service – Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets.
HTML and CSS by Example
- Stuart Nicholls' www.cssplay.co.uk – CSS play deals with experimental CSS that is exactly what you get JUST CSS, no javascript or any other programming language has been used in any of the demonstrations.
- www.pmob.co.uk – Raw CSS examples
Recommended Reading
- www.dynamicdrive.com – The #1 place on the net to obtain free, original DHTML & Javascripts to enhance your web site!
- DHTML eXtensions - professional AJAX components for advanced Web UI.
Development Tools
Online Tools
- www.jsfiddle.net – JsFiddle is a playground for front-end web developers. It provides an online editor for snippets built from HTML, CSS and JavaScript.
Pretty Printer and Validater
- http://linuxwiki.de/lynx – Sourcecode (schön formatiert) ausgeben
- http://tidy.sourceforge.net – HTML Tidy Library Project Page
- http://csstidy.sourceforge.net – CSSTidy CSS parser and optimiser