Difference between revisions of "HQ:Code Documentation"

Line 86: Line 86:
  
 
<div class="column forth_size">
 
<div class="column forth_size">
 +
<div class="highlight">
 
<pre>
 
<pre>
 
&#60;b&#62;Painting Materials&#60;/b&#62;
 
&#60;b&#62;Painting Materials&#60;/b&#62;
Line 98: Line 99:
  
 
</pre>
 
</pre>
 +
</div>
 
</div>
 
</div>
  
Line 103: Line 105:
 
<div class="column forth_size">
 
<div class="column forth_size">
  
<p>To create a numbered list, use the following example </p>
+
<p>To create a numbered list, use the following example: <br>  
<B> Things to buy: </b>
+
<B> Things to buy: </b></p>
 
<ol>  
 
<ol>  
  

Revision as of 00:18, 13 December 2016

MENU

Code Documentation

Use this guide to help you create wiki pages !

Color Palette

#000000 #D3D3D3 #F2F2F2 #FFFFFF #72c9b6

Text

To write text use the < p > tag

<p> Text  </p>

Links

When creating links use the < a > tag, links will display : Example

<a href="link url "> LINK </a>

Lists

Use the following example to create a simple list.

Painting materials
  • Brushes
  • Acrylic paint
  • Watercolors
<b>Painting Materials</b>

<ul> 

 <li> Brushes  </li> 
 <li> Acrylic paint </li>  
 <li> Watercolors </li> 

</ul> 

To create a numbered list, use the following example:
Things to buy:

  1. Milk
  2. Eggs
  3. Flour
<b>Things to buy: </b>

<ol> 

 <li> Milk </li> 
 <li> Eggs </li> 
 <li> Flour </li> 

</ol>