Difference between revisions of "HQ:Code Documentation"

Line 40: Line 40:
 
<p> To write text use the < p > tag </p>  
 
<p> To write text use the < p > tag </p>  
  
 
+
<div class="highlight">
 
+
<BR><BR>
+
 
<pre>
 
<pre>
 
&#60;p&#62; Text  &#60;/p&#62;
 
&#60;p&#62; Text  &#60;/p&#62;
 
</pre>
 
</pre>
 
</div>
 
</div>
 
+
</div>
  
  
Line 54: Line 52:
 
<div class="column half_size">
 
<div class="column half_size">
 
<h3> Links </h3>
 
<h3> Links </h3>
<p> When creating links use the < a > tag :</p>
+
<p> When creating links use the < a > tag, links will display : <a href =""> Example </a>  </p>
 
+
<a href =""> Example </A>  
+
  
 
<div class="highlight">
 
<div class="highlight">

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