Confirmed users
12
edits
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><br></code> | |||
* <code><abbr></code> | * <code><abbr></code> | ||
* <code><cite></code> | * <code><cite></code> | ||
Line 51: | Line 52: | ||
Use the <code>class</code> attribute in particular, e.g. with <code><div></code> & <code><span></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><abbr></code> and <code><time></code> when appropriate! | Use the <code>class</code> attribute in particular, e.g. with <code><div></code> & <code><span></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><abbr></code> and <code><time></code> when appropriate! | ||
== The wiki markup == | == The wiki markup == |