Introduction

edit

Krishna Meet

Freelance technical writer

krmeet@gmail.com


Tables in Wiki

edit
HTML table in Wiki
First row
Second row


Wiki Table
header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3

Bullets and Numbers in Wiki

edit

Numbered list

edit
  1. First Topic with number
    First topic is discussed here
  2. Second Topic with number
  3. Third Topic with number

Bullet list

edit
  • First point
  • Second Point
  • Third Point

Bullets and Numbers in HTML

edit

Numbers in HTML

edit
<ol>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>

Bullets in HMTL

edit
<ul>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>

Using Images in Wiki

edit

To add images to your article you need to upload the image file. From the left panel of the wiki screen select Upload file option as shown in the Figure 1.1.

 
Figure 1.1