HTML links: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 5: Line 5:
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).
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:
This is a simple links page. There are related subjects in this wiki:


* [[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 XHTML
* [[DHTML]], a HTML + JavaScript + CSS tutorial
* [[HTML5]] for an overview of HTML5
* [[HTML and XHTML elements and attributes]]
* [[CSS]] for styling
* [[URL]]  for a short introduction to URLs (web links), and the more general [[URN]] and [[URI]]s.
* [[URL]]  for a short introduction to URLs (web links), and the more general [[URN]] and [[URI]]s.
* [[Web design links]] for more conceptual issues.


== Documentation ==
== Documentation ==
Line 17: Line 22:
; HTML 4x
; HTML 4x


* [http://reference.sitepoint.com/html HTML reference] at sitepoint.com. This website is also interfaced with the [https://addons.mozilla.org/en-US/firefox/addon/13048 Codeburner for Firefox] extension.
* [http://htmldog.com/reference/htmltags/ HTML Tags] (at HTML Dog, includes a list of legal child elements for each tag.)
* [http://werbach.com/barebones/ Bare Bones Guides to HTML] (HTML 4)
* [http://werbach.com/barebones/ Bare Bones Guides to HTML] (HTML 4)
* [http://www.utoronto.ca/webdocs/HTMLdocs/NewHTML/intro.html  HTML Documentation] by [http://www.utoronto.ca/webdocs/HTMLdocs/NewHTML/about_the_author.html  Ian Graham] (U of Toronto). GOOD HTML Manual
* [http://www.utoronto.ca/webdocs/HTMLdocs/NewHTML/intro.html  HTML Documentation] by [http://www.utoronto.ca/webdocs/HTMLdocs/NewHTML/about_the_author.html  Ian Graham] (U of Toronto). GOOD HTML Manual
 
* [http://www.htmlcodetutorial.com/quicklist.html HTML Quick List] (at codetutorial.com)
* [http://www.w3schools.com/html/html_quick.asp HTML 4.01 Quick List] (at W3cSchools, very short list)
; XHTML 1x
; XHTML 1x
* [http://www.blooberry.com/indexdot/html/ Index DOT HTML] (Last Update: Oct. 1 2003, but still useful)
* [http://www.blooberry.com/indexdot/html/ Index DOT HTML] (Last Update: Oct. 1 2003, but still useful)
Line 64: Line 72:


=== HTML 4x Tutorials ===
=== HTML 4x Tutorials ===
(HTML is outdated)


* [http://www.htmlcodetutorial.com/ HTML Code Tutorial]
* [http://www.htmlcodetutorial.com/ HTML Code Tutorial]
Line 71: Line 77:
* [http://de.selfhtml.org/ SELFHTML] (German Site in German)
* [http://de.selfhtml.org/ SELFHTML] (German Site in German)
* [http://www.internatif.org/eve/serveurs/index.html Conception, suivi et animation d'un site web associatif] Guide complet pour le dévelopement d'un site (sur le plan conceptuel!)
* [http://www.internatif.org/eve/serveurs/index.html Conception, suivi et animation d'un site web associatif] Guide complet pour le dévelopement d'un site (sur le plan conceptuel!)
* [http://www.oucs.ox.ac.uk/web/html/ A guide to HTML] (Oxford)


== Introductions and Tutorials on specialized topics ==
== Introductions and Tutorials on specialized topics ==
Line 150: Line 157:
=== Filter software ===
=== 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
* 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 ....
needs updating ....
** [http://www.logictran.com/ 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 [http://tecfa.unige.ch/pub/software/win95/www/editeurs/rtf2html/ copy] (inexpensive payware)
** [http://www.logictran.com/ 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 [http://tecfa.unige.ch/pub/software/win95/www/editeurs/rtf2html/ copy] (inexpensive payware)
** [http://www.xwebware.com/products/rtf2html/ Xtreme Rtrf2Html] (FreeWare, dead ???)
** [http://www.xwebware.com/products/rtf2html/ Xtreme Rtrf2Html] (FreeWare, dead ???)


== Various articles ==
== Various articles of interest ==


* [http://www.firstmonday.dk/issues/issue3_4/hilf/index.html Media Lullabies: The Reinvention of the World Wide Web] article by Bill Hilf
* [http://www.firstmonday.dk/issues/issue3_4/hilf/index.html Media Lullabies: The Reinvention of the World Wide Web] article by Bill Hilf


== Links ==
== Websites and resource pages ==


; Organizations
; Organizations
Line 194: Line 200:


[[Category: Links]]
[[Category: Links]]
[[Category: Technologies]]
 
[[Category: Web authoring]]
[[Category: Web authoring]]
[[fr: HTML]]
[[fr: HTML]]

Latest revision as of 14:11, 23 October 2011

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 page. There are related subjects in this wiki:

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

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 of interest

Websites and resource pages

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