HTML Component Generated HTML: Difference between revisions
mNo edit summary |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
====HTML component dynamically generated html:==== | ====HTML component dynamically generated html:==== | ||
<br> | |||
<source lang="html4strict"> | <source lang="html4strict"> | ||
<div class="component html_component"> | <div class="component html_component"> | ||
<h2><span>html component title</span></h2> | <h2><span>html component title</span></h2> | ||
Line 10: | Line 12: | ||
</div> | </div> | ||
</div> | </div> | ||
</source> | </source> | ||
When a user adds an | |||
When a user adds an [[HTMLComponent | HTML component]] to their site, this is the html that is dynamically generated. | |||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Latest revision as of 13:28, 8 October 2010
HTML component dynamically generated html:
<div class="component html_component">
<h2><span>html component title</span></h2>
<div class="component_content">
<div>
html component content
</div>
</div>
</div>
When a user adds an HTML component to their site, this is the html that is dynamically generated.