Main Tutorials

Article Writing Format

Please format your article with the standard HTML tags.

1. Article Structure

The article should be in the following structure:


------------
Post Title
------------
Overview - what you are going to tell the reader?

1. Step A
...

2. Step B
...

3. Step C
...

4. Conclusion
...
Done.

Download Source Code
Download project.zip (x KB)

References
link1
link2
link3

2. Article Formatting

Format the article with the standard HTML tags:


------------
Post Title
------------
Overview - what you are going to tell the reader?

1. Step A

...

2. Step B

...

3. Step C

...

4. Conclusion

... Done.

Download Source Code

Download - project.zip (x KB)

References

  1. link1
  2. link2
  3. link3
Note

  1. For heading – use h2 tag.
  2. For hyperlink – add target attribute.

3. Source Code

Wrap the source code with the HTML5 code format.

3.1 Java, use language-java


<pre><code class="language-java">
	...
	Java source code here
	...
</code></pre>

3.2 Output, use language-bash


<pre><code class="language-bash">
	...
	output
	...
</code></pre>

3.3 HTML & XML, use language-markup


<pre><code class="language-markup">
	...
	HTML or XML
	...
</code></pre>

4. Picture

For pictures, images or screenshots, wrap with the following tags :


image desc

Done. For other elements, just wrap with the standard HTML tags.