Help:Editing: Difference between revisions

Line 34: Line 34:
Here is a short list of common HTML tags that you may find useful (consult a good [[semantic HTML]] reference if you need more info about when to use which element).
Here is a short list of common HTML tags that you may find useful (consult a good [[semantic HTML]] reference if you need more info about when to use which element).


* <code>&lt;br&gt;</code>
* <code>&lt;abbr&gt;</code>
* <code>&lt;abbr&gt;</code>
* <code>&lt;cite&gt;</code>
* <code>&lt;cite&gt;</code>
Line 51: Line 52:


Use the <code>class</code> attribute in particular, e.g. with <code>&lt;div&gt;</code> &amp; <code>&lt;span&gt;</code>, to add microformats like [[hCard]] for people mentioned in wiki pages, [[hCalendar]] for events, etc. And instead of span/div, be sure to use <code>&lt;abbr&gt;</code> and <code>&lt;time&gt;</code> when appropriate!
Use the <code>class</code> attribute in particular, e.g. with <code>&lt;div&gt;</code> &amp; <code>&lt;span&gt;</code>, to add microformats like [[hCard]] for people mentioned in wiki pages, [[hCalendar]] for events, etc. And instead of span/div, be sure to use <code>&lt;abbr&gt;</code> and <code>&lt;time&gt;</code> when appropriate!


== The wiki markup ==
== The wiki markup ==
Confirmed users
12

edits