Wikipedia:WikiProject Usability/HTML: Difference between revisions
Content deleted Content added
m Robot-assisted disambiguation: CSS |
m minor cleanup |
||
Line 1:
This page needs '''cleanup''', Wiki supports a subset of [[XHTML]], e.g. '''<br />''' instead of '''<br>'''.
{{TOCright}}
Wikipedia allows the use of [[HTML]] directly, and the use of [[Cascading Style Sheets|CSS]] through the <tt>style="[…]"</tt> and <tt>class="[…]"</tt> elements.
Line 10:
** Cross-browser compatability
== Why HTML should be used conservatively ==
Line 19 ⟶ 18:
== HTML and CSS primer ==
HTML is simple to use - just put a pair of tags around some text, e.g. <nowiki><
There is, however, sometimes a need to define your own type of tag, or "element". There are two html tags to help you do this, span, and div:
|