HTML links: Difference between revisions
m (using an external editor) |
m (using an external editor) |
||
Line 161: | Line 161: | ||
; Organizations | ; Organizations | ||
* [http://www.w3.org/ W3C - the World Wide Web consortium]. Publishes most web standards. | |||
* [http://www.webstandards.org/ Webstandards.org]. Nice organization that watches out for standards. | * [http://www.webstandards.org/ Webstandards.org]. Nice organization that watches out for standards. | ||
; Web Master sites | ; Web Master sites | ||
* [http://www.webreference.com/html/ Webreference.com]. Good site for web developers | * [http://www.webreference.com/html/ Webreference.com]. Good site for we* [http://www.yourhtmlsource.com/ HTMLSource]. Several HTML/XHTML Tutorials | ||
* [http://www.htmlhelp.com/ htmlhelp.com] (Web Design Group) , good and short | |||
* [http://www.w3.org/MarkUp The World Wide Web Consortium HTML Page] | |||
* [http://www.stack.nl/~boris/HTML/links.html Recommended Sites for HTML Authors] | |||
* [http://werbach.com/web//wwwhelp.html The WWW Help Page.] Indexes some of the BEST "how-to" sites and tutorials. | |||
* [http://www.blooberry.com/indexdot/html/ Index DOT HTML] | |||
* [http://browserwatch.internet.com/ BrowserWatch] | |||
* [http://www.boutell.com/openfaq/browsers/ Web Browsers OpenFAQ] | |||
* [http://www.allhtml.com/ AllHtml] Site fran�aisb developers | |||
; Online Mags | ; Online Mags |
Revision as of 17:34, 1 September 2008
Definition
The HyperText Markup Language (HTML) is a simple markup language used to createhypertext documents that are portable from one platform to another. It is the publishing language of the World Wide Web (WWW). HTML documents are SGML documents with generic semantics that are appropriate for representing information from a wide range of applications. XHTML documents are XML documents and you should start coding in XHTML (this page needs some tutorials on XHTML, but since there are so many indexes, you'll have to wait maybe forever).
This is a simple links pages. See:
Documentation
Manuals & Short References
- HTML 4x
- Bare Bones Guides to HTML (HTML 4)
- HTML Documentation by Ian Graham (U of Toronto). GOOD HTML Manual
- XHTML 1x
- ???
Specifications
- Overviews
- HTML
- XHTML
- XHTML 1.0 The Extensible HyperText Markup Language (Second Edition)
- XHTML Basic for mobile devices. (There is also an older XHTML mobile profile defined by OMA or even older WAP/WML)
- DOM
FAQ's
Tutorials
XHTML Tutorials
Interactive XHTML Tutorials
- htmlPlayground. You try, modify code and lookup explanation for each element and attribute.
Interactive HTML Tutorials
HTML 4x Tutorials
(HTML is outdated)
- HTML Code Tutorial
- Dave Ragett's Introduction to HTML
- SELFHTML (German Site in German)
- Conception, suivi et animation d'un site web associatif Guide complet pour le dévelopement d'un site (sur le plan conceptuel!)
Introductions and Tutorials on specialized topics
Style sheets and fonts
- See CSS
Icons/Graphics
- Graphics page at webreference (maps, color, animation, ...)
See also in this wiki
Characters & Entities
See: Character encoding
Note: instead of using old-style entities you should define a character set, a much more simple strategy.
URL encoding
- URL Encoding (or what are those "%20" codes in URLs?') by Brian Wilson
Colors
- Webreference Colorizer, good on-line tool !
- Color at webreference
- The Browser Safe Palette Webgraphics for computers that use only 256 colors (see the interactive Color Palette Map for Netscape). Usually, todays computers handle more colors.
- There exist browser extensions you can use instead.
Frames
(don't use frames, because it destroys the idea of the URL, something you can link to)
HTTP
- HTTP Made Really Easy A Practical Guide to Writing Clients and Servers, good tutorial by James Marshall (1997)
- HTTP header revealed
- Web-based Distributed Authoring and Versioning, a few extensions to HTTP that might become the standard for uploading files (4/2000)
Meta Tags
See also RDF
- Meta Builder and META Tags from vancouver Web Pages
- Why Internet Content Rating and Selection does not work
DHTML
See DHTML (a short tutorial in this wiki)
Mobile Devices
- An Overview of Mobile Versions of XHTML, short useful articel for those who wonder about XHTML Basic, XHTML Mobile Profile, and WML2....
Tools / Software
(only some, some maybe outdated)
Validation and Syntax correction
- W3C Markup Validation Service (online service)
- Alternatively, you can download and install HTMLTidy that will both validate and repair your broken HTMLs
- Weblint code verification
- Check out also various browser extensions, e.g. for Firefox
HTML Editors
Filter software
- Word to HTML. "Save as HTML" in Word leads to "difficult" HTML and it may be useful to get some filter software. However, this section
needs updating ....
- Logictran RTF Converter (Html and XML). Probably the best tool, goes back to the well known rtf2html 2.7.5 by Chris Hector and rtftoweb 1.6 by Christian Bolik of which we seem to have a copy (inexpensive payware)
- Xtreme Rtrf2Html (FreeWare, dead ???)
Various articles
- Media Lullabies: The Reinvention of the World Wide Web article by Bill Hilf
Links
- Organizations
- W3C - the World Wide Web consortium. Publishes most web standards.
- Webstandards.org. Nice organization that watches out for standards.
- Web Master sites
- Webreference.com. Good site for we* HTMLSource. Several HTML/XHTML Tutorials
- htmlhelp.com (Web Design Group) , good and short
- The World Wide Web Consortium HTML Page
- Recommended Sites for HTML Authors
- The WWW Help Page. Indexes some of the BEST "how-to" sites and tutorials.
- Index DOT HTML
- BrowserWatch
- Web Browsers OpenFAQ
- AllHtml Site fran�aisb developers
- Online Mags