Resources » Chunks » HTML Example

Chunk example using HTML markup

The images below, validation links, are an example of a Chunk. The chunks HTML markup is displayed below the images/links. The chunk call to render thsi output is:  { {W3C Validation} }

Valid XHTML 1.0 Strict Valid CSS!


Chunk: W3C Validation
<p class="textcenter">
    <a href="http://validator.w3.org/check?uri=referer"
        onclick="window.open('http://validator.w3.org/check?uri=referer'); return false;"><img
        src="http://www.w3.org/Icons/valid-xhtml10"
        alt="Valid XHTML 1.0 Strict" height="31" width="88" />
    </a>
    <a href="http://jigsaw.w3.org/css-validator/check/referer"
        onclick="window.open('http://jigsaw.w3.org/css-validator/check/referer'); return false;">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>