Difference between revisions of "HQ:Code Documentation"

Line 59: Line 59:
  
 
<div class="highlight">
 
<div class="highlight">
 
+
<pre>
 
&#60;a href="link"&#62; LINK &#60;/a&#62;
 
&#60;a href="link"&#62; LINK &#60;/a&#62;
 
+
</pre>
 
</div>
 
</div>
  

Revision as of 00:05, 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 :

Example
<a href="link"> 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