Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Semantic HTML: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
(Replaced content with "{{Moved_to_dev_docs}}")
 
(38 revisions intermèdies per un altre usuari que no es mostra)
Línia 1: Línia 1:
== The case for semantic HTML ==
{{Moved_to_dev_docs}}
 
It is easy to create HTML that ''works'', but current best practice suggests that creating valid and '''Semantic HTML''' is an important goal for various reasons including user experience and [[accessibility]].
 
Unfortunately, while validation is a relatively easy task to understand and achieve, creating Semantically correct HTML is a lot more subjective and open to debate.
 
== Examples for semantic HTML ==
 
For some concrete examples how to make Moodle HTML more semantic you might have a look at this work in progress: [[User:Frank Ralf/Semantic HTML1]]. --[[User:Frank Ralf|Frank Ralf]] 11:26, 26 May 2009)
 
 
== Further resources ==
 
* [[Semantic Web]]
* [[Microformat]]
* [http://diveintomark.org/archives/2003/08/29/semantics Mark Pilgrim's ''Won’t somebody please think of the gerbils?'']
* [http://www.standards-schmandards.com/index.php?2006/03/03/36-wysiwyg-editor-test An evaluation of WYSIWYG editors (including TinyMCE) for their production of valid, semantic & accessible HTML]
* [http://simon.incutio.com/archive/2003/08/28/structuralVsSemantic ''HTML: more structural than semantic'' by  Simon Willison]
* [http://diveintomark.org/archives/2002/12/29/million_dollar_markup ''Million Dollar Markup'' by Mark Pilgrim]
* [http://tantek.com/presentations/2005/03/elementsofxhtml/ ''Elements of Meaningful XHTML'' presentation by Tantek Çelik]
* [http://tantek.com/log/2003/12.html#L20031215t0830 An index of Tantek Çelik's posts on semantic markup for blogs] including
** [http://tantek.com/log/2002/10.html#L20021022t1432 ''Bed and Breakfast'']
** [http://tantek.com/log/2002/11.html#L20021128t1352 ''Anorexic Anchors'']
** [http://tantek.com/log/2002/12.html#L20021216t2238 ''A Touch of Class'']
** [http://tantek.com/log/2002/12.html#L20021231t1850 ''Dive into Semantic Markup'']
** [http://tantek.com/log/2003/01.html#L20030104t1249 ''Comment Markup, Presentation, Plubmbing'']
** [http://tantek.com/log/2003/05.html#L20030502t2240 ''Less is More'']
* [http://www.simplebits.com/bits/simplequiz/ Dan Cederholm's ''Simple Quiz'']
* [http://www.mondaybynoon.com/2006/04/03/but-it-validates/ ''But It Validates!'']
* [http://www.smashingmagazine.com/2009/04/08/from-table-hell-to-div-hell/ ''Table Layouts vs. Div Layouts: From Hell to… Hell?''] article from Smashing Magazine
* [http://www.zeldman.com/dwws/ Designing with Web Standards, 2nd ed.] by Jeffrey Zeldman
 
== See also ==
 
* [[CSS FAQ]]
 
[[Category:Developer]]
[[Category:Accessibility]]
[[Category:Usability]]

Revisió de 08:08, 22 juny 2011

This development related page is now located in the Dev docs.

See the Semantic HTML page in the Dev docs.