Difference between revisions of "Html"
From MohidWiki
m (1 revision) |
|
(No difference)
|
Revision as of 10:27, 3 December 2008
Here is a list of useful html snippets
Embedding generic html in this wiki
<htm><img src="http://assets1.twitter.com/images/twitter.png?1197398779" ></img></htm>
Examples
Here's how to center blocks of html code
<div style="width:100%;text-align:center"> block </div>