- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Jul 2010 07:17:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/examples/valid In directory hutz:/tmp/cvs-serv12926/examples/valid Added Files: a-elem-1.xml a-elem-2.xml a-elem-3.xml a-elem-4.xml a-elem-5.xml Log Message: added examples to section for <a> element --- NEW FILE: a-elem-1.xml --- <?xml version="1.0"?> <div xmlns="http://www.w3.org/1999/xhtml" class="valid example"> <p>A hyperlink intended to be useful in output for all media types except the <code>print</code> media type.</p> <pre><![CDATA[<a href="./page2.html" rel=next media="not print">next</a>]]></pre> </div> --- NEW FILE: a-elem-5.xml --- <?xml version="1.0"?> <div xmlns="http://www.w3.org/1999/xhtml" class="valid example"> <p>A hyperlink that contains a paragraph.</p> <pre><![CDATA[<a href="javascript:void(0);" onmouseover="return anno('Note: This paragraph is informative only.') onmouseout="return anno_bye();"> <p>The following is introductory information…</p> </a>]]></pre> </div> --- NEW FILE: a-elem-4.xml --- <?xml version="1.0"?> <div xmlns="http://www.w3.org/1999/xhtml" class="valid example"> <p>A hyperlink that represents multiple link types.</p> <pre><![CDATA[<a href="../toc.html" rel="index up">up</a>]]></pre> </div> --- NEW FILE: a-elem-3.xml --- <?xml version="1.0"?> <div xmlns="http://www.w3.org/1999/xhtml" class="valid example"> <p>A hyperlink that will cause its target to be opened in a new <a href="#context">browsing context</a>.</p> <pre><![CDATA[<a href="http://help.example.com" target="_blank">Help</a>]]></pre> </div> --- NEW FILE: a-elem-2.xml --- <?xml version="1.0"?> <div xmlns="http://www.w3.org/1999/xhtml" class="valid example"> <p>A <a href="#placeholder-hyperlink">placeholder hyperlink</a>.</p> <pre><![CDATA[<a>prev</a>]]></pre> </div>
Received on Monday, 5 July 2010 07:18:00 UTC