HTML links: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 86: Line 86:
* See [[CSS]]
* See [[CSS]]


== Icons/Graphics ==
=== Icons/Graphics ===


* [http://www.wdvl.com/Vlib/Providers/Images_and_Icons.html Ditto] Search Engine (!) for icons
* [http://www.wdvl.com/Vlib/Providers/Images_and_Icons.html VL_WWW Images and Icons] (meta-index of links)
* [http://www.wdvl.com/Vlib/Providers/Images_and_Icons.html VL_WWW Images and Icons] (meta-index of links)
* [http://webreference.com/authoring/graphics/index.html Graphics page at webreference] (maps, color, animation, ...)
* [http://webreference.com/authoring/graphics/index.html Graphics page at webreference] (maps, color, animation, ...)
Line 94: Line 93:
* [http://creative.gettyimages.com/ gettyimages] (commercial photos)
* [http://creative.gettyimages.com/ gettyimages] (commercial photos)


== Chars & Entities ==
=== Characters & Entities ===


(instead of using old-style entities you can define a character set, a much more simple strategy)
(instead of using old-style entities you can define a character set, a much more simple strategy)
Line 116: Line 115:
UTF-8 example: <code>\u03a3</code> is the code for a SUM sign.
UTF-8 example: <code>\u03a3</code> is the code for a SUM sign.


== URL encoding ==
=== URL encoding ===


* [http://www.blooberry.com/indexdot/html/topics/urlencoding.htm URL Encoding] (or what are those "%20" codes in URLs?') by Brian Wilson
* [http://www.blooberry.com/indexdot/html/topics/urlencoding.htm URL Encoding] (or what are those "%20" codes in URLs?') by Brian Wilson


== Colors ==
=== Colors ===


* [http://webreference.com/html/tools/colorizer/ Webreference Colorizer], cool on-line tool !
* [http://webreference.com/html/tools/colorizer/ Webreference Colorizer], cool on-line tool !
Line 128: Line 127:
* [http://www.colormix.com/ ColorMix] (applet)
* [http://www.colormix.com/ ColorMix] (applet)


== Frames ==
=== Frames ===


(don't use frames, because it destroys the idea of the URL, something you can link to)
(don't use frames, because it destroys the idea of the URL, something you can link to)
Line 134: Line 133:
* [http://sharkysoft.com/tutorials/frames/ Sharkies Netscape Frames Tutorial]
* [http://sharkysoft.com/tutorials/frames/ Sharkies Netscape Frames Tutorial]


== HTTP ==
=== HTTP ===


* [http://www.jmarshall.com/easy/http/ HTTP Made Really Easy] A Practical Guide to Writing Clients and Servers, good tutorial by James Marshall (1997)
* [http://www.jmarshall.com/easy/http/ HTTP Made Really Easy] A Practical Guide to Writing Clients and Servers, good tutorial by James Marshall (1997)
Line 140: Line 139:
* [http://www.webdav.org/ Web-based Distributed Authoring and Versioning], a few extensions to HTTP that might become the standard for uploading files (4/2000)
* [http://www.webdav.org/ Web-based Distributed Authoring and Versioning], a few extensions to HTTP that might become the standard for uploading files (4/2000)


== META TAGs ==
=== Meta Tags ===


See also [[RDF]]
See also [[RDF]]
Line 147: Line 146:
* [http://www.koehntopp.de/kris/artikel/rating_does_not_work.html Why Internet Content Rating and Selection does not work]
* [http://www.koehntopp.de/kris/artikel/rating_does_not_work.html Why Internet Content Rating and Selection does not work]


== DHTML ==
=== DHTML ===


See [[DHTML]] (a short tutorial in this wiki)
See [[DHTML]] (a short tutorial in this wiki)


== Mobile Devices ==
=== Mobile Devices ===


* [http://www.littlespringsdesign.com/design/xhtmlinfo.html An Overview of Mobile Versions of XHTML], short useful articel for those who wonder about XHTML Basic, XHTML Mobile Profile, and WML2....
* [http://www.littlespringsdesign.com/design/xhtmlinfo.html An Overview of Mobile Versions of XHTML], short useful articel for those who wonder about XHTML Basic, XHTML Mobile Profile, and WML2....

Revision as of 16:06, 1 September 2008

This article or section is currently under construction

In principle, someone is working on it and there should be a better version in a not so distant future.
If you want to modify this page, please discuss it with the person working on it (see the "history")

Page is under reconstruction. Probably lots of broken links - Daniel K. Schneider 11:06, 1 September 2008 (UTC).

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

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)

Various articles

Introductions and Tutorials on specialized topics

Style sheets and fonts

Icons/Graphics

Characters & Entities

(instead of using old-style entities you can define a character set, a much more simple strategy)

UTF-8 example: \u03a3 is the code for a SUM sign.

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

Links


Things to move to a french page