Synctax

Chapter title..

Part title..

Title

Header row, column 1 (header rows optional) Header 2 Header 3 Header 4
body row 1, column 1 column 2 column 3 column 4
body row 2 ... ...  
A B A and B
False False False
True False False
False True False
True True True
Event Description
onAbort An image failed to load.
onBeforeUnload The user is navigating away from a page.
onBlur A form field lost the focus (User moved to another field)
onChange The contents of a field has changed.
onClick User clicked on this item.
onDblClick User double-clicked on this item.
onError An error occurred while loading an image.当加图片出错时触发
onFocus User just moved into this form element.
onKeyDown A key was pressed.
onKeyPress A key was pressed OR released.
onKeyUp A key was released.
onLoad This object (iframe, image, script) finished loading.
onMouseDown A mouse button was pressed.
onMouseMove The mouse moved.
onMouseOut A mouse moved off of this element.
onMouseOver The mouse moved over this element.
onMouseUp The mouse button was released.
onReset A form reset button was pressed.
onResize The window or frame was resized.
onSelect Text has been selected.
onSubmit A form’s Submit button has been pressed.
onUnload The user is navigating away from a page.
Event Description
onAbort An image failed to load.
onBeforeUnload The user is navigating away from a page.
onBlur A form field lost the focus (User moved to another field)
onChange The contents of a field has changed.
onClick User clicked on this item.
onDblClick User double-clicked on this item.
onError An error occurred while loading an image.当加图片出错时触发
onFocus User just moved into this form element.
onKeyDown A key was pressed.
onKeyPress A key was pressed OR released.
onKeyUp A key was released.
onLoad This object (iframe, image, script) finished loading.
onMouseDown A mouse button was pressed.
onMouseMove The mouse moved.
onMouseOut A mouse moved off of this element.
onMouseOver The mouse moved over this element.
onMouseUp The mouse button was released.
onReset A form reset button was pressed.
onResize The window or frame was resized.
onSelect Text has been selected.
onSubmit A form’s Submit button has been pressed.
onUnload The user is navigating away from a page.

Subtitle2

Titles are underlined (or over- and underlined) with a printing nonalphanumeric 7-bit ASCII character. Recommended choices are “= - ` : ' " ~ ^ _ * + # < >”. The underline/overline must be at least as long as the title text.

A lone top-level (sub)section is lifted up to be the document’s (sub)title.

paragraph
dfadsfsadf
paragraph
 
  • this is
  • a list
    • with a nested list
    • and some subitems
  • and here the parent list continues
  1. This is a numbered list.
  2. It has two items too.
term (up to a line of text)

Definition of the term, which must be indented

and can even consist of multiple paragraphs

next term
Description.
These lines are
broken exactly like in
the source file.

This is a normal text paragraph. The next paragraph is a code sample::javascript

It is not processed in any way, except that the indentation is removed. <script>

alert();

</script> It can span multiple lines.

This is a normal text paragraph again.

Table Of Contents

Previous topic

Getting started

This Page