Wednesday, July 23, 2014

html tags

html tag to syntax highlight:
--------------------------
<pre name="code" class="c">
...Your html-escaped code goes here...
</pre>


html tag to have clickable URl:
--------------------------------
<a href="http://URL">TEXT</a>

html tag to have next line:
--------------------------------
<br/>

No comments:

Post a Comment