ZVON > References > XHTML Reference
   Transitional XHTML   Frameset | Strict | >> Transitional << |  [Comparison]

Go to Standard
Element: h3
Attributes: | align | class | dir | id | lang | onclick | ondblclick | onkeydown | onkeypress | onkeyup | onmousedown | onmousemove | onmouseout | onmouseover | onmouseup | style | title | xml:lang |
Parents: | applet | blockquote | body | button | center | dd | del | div | fieldset | form | iframe | ins | li | map | noframes | noscript | object | td | th |
Children: | #PCDATA | a | abbr | acronym | applet | b | basefont | bdo | big | br | button | cite | code | del | dfn | em | font | i | iframe | img | input | ins | kbd | label | map | object | q | s | samp | script | select | small | span | strike | strong | sub | sup | textarea | tt | u | var |

Your browser display:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
Source [  Open as XHTML document  ]

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

Your browser display:

Table of Contents

Introduction
Some background
On a more personal note
...the rest of the table of contents...

...the document body...

Introduction

...section 1...

Some background

...section 2...

On a more personal note

...section 2.1...

Source [  Open as XHTML document  ]

<h1>Table of Contents</h1>
<p>
     <a href="#section1">Introduction</a>
     <br/>
     <a href="#section2">Some background</a>
     <br/>
     <a href="#section2.1">On a more personal note</a>
     <br/>
     <em>...the rest of the table of contents...</em>
</p>
<p>
     <em>...the document body...</em>
</p>
<h2>
     <a name="section1">Introduction</a>
</h2>
<p>
     <em>...section 1...</em>
</p>
<h2>
     <a name="section2">Some background</a>
</h2>
<p>
     <em>...section 2...</em>
</p>
<h3>
     <a name="section2.1">On a more personal note</a>
</h3>
<p>
     <em>...section 2.1...</em>
</p>

Your browser display:

Zvon logo:

GIF: Zvon.org - GIF

PNG: Zvon.org - PNG

JPG: Zvon.org - JPG

Source [  Open as XHTML document  ]

<h3>Zvon logo:</h3>
<p>GIF:
     <img src="../Pictures/zvon.gif" alt="Zvon.org - GIF"/>
</p>
<p>PNG:
     <img src="../Pictures/zvon.png" alt="Zvon.org - PNG"/>
</p>
<p>JPG:
     <img src="../Pictures/zvon.png" alt="Zvon.org - JPG" longdesc="http://zvon.org"/>
</p>

Your browser display:

DISCUSSIONS

Subscribe to ZVON.org and Systinet (feat. IdooXoap and Smart Transcoder) mailing lists. Check the box with the list name you want to subscribe, fill your email adress and push the button.

Soon you'll get confirmation message. You have to reply if you want to subscribe. Please follow included instructions, also if you would like to unsubscribe.

ZVON Systinet

Source [  Open as XHTML document  ]

<h3>DISCUSSIONS</h3>
<p>Subscribe to ZVON.org and Systinet (feat. IdooXoap and Smart Transcoder) mailing lists. Check the box with the list name you want to subscribe, fill your email adress and push the button.</p>
<p>Soon you'll get confirmation message. You have to reply if you want to subscribe. Please follow included instructions, also if you would like to unsubscribe.</p>
<form action="http://zvon.org/site/list_reg.php" method="post">
     <p>
          <input type="checkbox" name="list[]" value="zvon"/> ZVON
          <input type="checkbox" name="list[]" value="systinet"/>Systinet
          <input type="text" name="email" size="15" value="your email"/>
          <button type="submit" value="subscribe" name="submit">
               <img src="zvon.gif" alt="Zvon.org"/>
          </button>
     </p>
</form>

Your browser display:

If called with: John


Program:


#!/usr/bin/python
import sys

print "Hello " + sys.argv[1] + "!"


Outputs: Hello John!

Source [  Open as XHTML document  ]

<p>If called with:
     <kbd>John</kbd>
</p>
<hr/>
<h3>Program:</h3>
<pre>

     <code> #!/usr/bin/python import sys print "Hello " +
          <var>sys.argv[1]</var> + "!"
     </code>

</pre>
<hr/>
<p>Outputs:
     <samp> Hello John! </samp>
</p>