Help:Titles: Difference between revisions

Help page
No edit summary
No edit summary
 
Line 1: Line 1:
Titles may be noted in a variety of formats. HTML and Wikicode are acceptable.  
Titles may be noted in a variety of formats. HTML and Wikicode are acceptable.  


< H1 > gives text an underline and look like <h1>This</h1><br />
Please remember in the examples below, that you need to leave you the spaces between the brackets and the code and that the "..." is where you are intended to put your text.
< h2 > gives text an underline and look like <h2>This</h2><br />
 
 
 
< H1 > ... < /h1 > gives text an underline and look like <h1>This</h1><br />
< h2 > ... < /h2 > gives text an underline and look like <h2>This</h2><br />
' '  ... ' '  gives text a look like ''This''.<br />
' '  ... ' '  gives text a look like ''This''.<br />
' ' ' ... ' ' ' gives text a look like '''This'''.
' ' ' ... ' ' ' gives text a look like '''This'''.

Latest revision as of 16:58, 26 August 2004

Titles may be noted in a variety of formats. HTML and Wikicode are acceptable.

Please remember in the examples below, that you need to leave you the spaces between the brackets and the code and that the "..." is where you are intended to put your text.


< H1 > ... < /h1 > gives text an underline and look like

This


< h2 > ... < /h2 > gives text an underline and look like

This


' ' ... ' ' gives text a look like This.
' ' ' ... ' ' ' gives text a look like This.