HTML links: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 9: Line 9:
* [[HTML]] for a short overview of (X)HTML formats.
* [[HTML]] for a short overview of (X)HTML formats.
* [[XHTML]] for a short introduction to XHML
* [[XHTML]] for a short introduction to XHML
* [[URL]]  for a short introduction to URLs (web links), and the more general [[URN]] and [[URI]]s.


== Documentation ==
== Documentation ==
Line 20: Line 21:


; XHTML 1x
; XHTML 1x
* ???
* [http://www.blooberry.com/indexdot/html/ Index DOT HTML] (Last Update: Oct. 1 2003, but still useful)


=== Specifications ===
=== Specifications ===
Line 44: Line 45:


* [http://www.htmlhelp.org/faq/html/ Web Authoring FAQ]
* [http://www.htmlhelp.org/faq/html/ Web Authoring FAQ]
* Thomas Boutell's various [http://www.boutell.com/newfaq/ WWW FAQs]


== Tutorials ==
== Tutorials ==
Line 162: Line 164:


* [http://www.w3.org/ W3C - the World Wide Web consortium]. Publishes most web standards.
* [http://www.w3.org/ W3C - the World Wide Web consortium]. Publishes most web standards.
** [http://www.w3.org/MarkUp The World Wide Web Consortium HTML Page]
* [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 (various)
* [http://www.webreference.com/html/ Webreference.com]. Good site for we* [http://www.yourhtmlsource.com/ HTMLSource]. Several HTML/XHTML Tutorials
.... there exist many more
* [http://www.htmlhelp.com/ htmlhelp.com] (Web Design Group) , good and short
* [http://www.webreference.com/html/ Webreference.com]. Good site for more advanced tutorials for various web-related technologies.
* [http://www.w3.org/MarkUp The World Wide Web Consortium HTML Page]
* [http://www.yourhtmlsource.com/ HTMLSource]. Several HTML/XHTML Tutorials
* [http://www.stack.nl/~boris/HTML/links.html Recommended Sites for HTML Authors]
* [http://www.htmlhelp.com/ htmlhelp.com] and [http://blog.htmlhelp.com/ The HTML Help and Web Design Blog (Web Design Group). This used to be very good, but seems to be asleep since 2008.
* [http://werbach.com/web//wwwhelp.html The WWW Help Page.] Indexes some of the BEST "how-to" sites and tutorials.
* [http://werbach.com/web//wwwhelp.html The WWW Help Page.] (last updated, 2003) used to index some of the best "how-to" sites and tutorials.
* [http://www.blooberry.com/indexdot/html/ Index DOT HTML]
* [http://htmlcenter.com/ HTML Center]
* [http://browserwatch.internet.com/ BrowserWatch]
* [http://www.lightsphere.com/dev/ Kira's Web Toolbox]
* [http://www.boutell.com/openfaq/browsers/ Web Browsers OpenFAQ]
* [http://www.w3schools.com/ W3 Schools] has many good tutorials. If you don't like the ads, there exist [http://userscripts.org/scripts/search?q=w3+schools Greasemonkey scripts] ;)
* [http://www.allhtml.com/ AllHtml] Site fran�aisb developers
 
; Technology sites (that include HTML-related stuff)
* [http://www.comptechdoc.org/ The Computer Technology Documentation Project]
* [http://www.thinkquest.org/en/ ThinkQuest] includes interesting Student projects (you need to search)
 
; General technology news
.... there exist many more
* [http://slashdot.org/ Slashdot]
* [http://www.internetnews.com/ Internet News]
* [http://wmf.editthispage.com/ Hack the Planet]
* [http://www.theregister.co.uk/ The Register]
* [http://oreilly.com/ O'Reilly]  





Revision as of 19:09, 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:

  • HTML for a short overview of (X)HTML formats.
  • XHTML for a short introduction to XHML
  • URL for a short introduction to URLs (web links), and the more general URN and URIs.

Documentation

Manuals & Short References

HTML 4x
XHTML 1x

Specifications

Overviews
HTML
XHTML
DOM

See Document Object Model

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)

Introductions and Tutorials on specialized topics

Style sheets and fonts

Icons/Graphics

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

Frames

(don't use frames, because it destroys the idea of the URL, something you can link to)

HTTP

Meta Tags

See also RDF

DHTML

See DHTML (a short tutorial in this wiki)

Mobile Devices

Tools / Software

(only some, some maybe outdated)

Validation and Syntax correction

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

Links

Organizations
Web Master sites (various)

.... there exist many more

Technology sites (that include HTML-related stuff)
General technology news

.... there exist many more


Online Mags