Search

Search Result

JLevelAb

JLevelAb
com.kogonuso

Class JLevelAb

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      String $a
      anchor start tag that can accept all attributes.Makes the enclosed text or image a hyperlink to another file
      String $abbr
      Standard start tag.
      String $abbrtitle
      abbreviated form (e.g., WWW, HTTP, etc.) start tag set for title attributes and can accept other attributes
      String $acronym
      Standard start tag.
      String $address
      Standard start tag.Encloses the signature and address of the author, displayed in italics.
      String $ahref
      anchor start tag set for href attribute and can accept others.
      String $applet
      Standard start tag.
      String $area
      Standard start tag.
      String $article
      Standard start tag.
      String $aside
      Standard start tag.
      String $attrProperty
      Useful for html tags leveling within the implemented method
      String $audio
      Standard start tag.
      String $b
      Standard start tag.
      String $base
      Standard start tag.Changes the default link target or relative link URL, useful if the page is read on another server.
      String $basefont
      Standard start tag.
      String $bdi
      Standard start tag.
      String $bdo
      Standard start tag.
      String $big
      Standard start tag.Makes the enclosed text one size bigger
      String $blockquote
      Standard start tag.Indents the text in from both sides
      String $body
      Standard start tag.Everything visible on your page goes between this and its end tags
      String $button
      Standard start tag.
      String $canvas
      Standard start tag.
      String $caption
      Standard start tag.contains the caption of the table, the title of sorts.
      String $center
      Standard start tag.Aligns the surrounded objects (anything from text or images to forms etc.) to the center.
      String $cite
      Standard start tag.Includes a citation, and is usually rendered as italics.
      String $code
      Standard start tag.If you are including either computer or HTML code into your documents wrap these around it.
      String $col
      Standard start tag.
      String $colgroup
      Standard start tag.Allows you to set attributes for the entire column.
      String $command
      Standard start tag.
      String $datalist
      Standard start tag.
      String $dd
      Standard start tag.Creates a definition, which appears below its parent term and indented from the left
      String $del
      Standard start tag.
      String $details
      Standard start tag.
      String $dfn
      Standard start tag.A definition.
      String $dir
      Standard start tag.
      String $div
      Standard start tag.Surround distinct sections of your page in divs, primarily to align them, but many other attributes are supported and divs can be used to set up layers too.
      String $dl
      Standard start tag.Creates a definition list.
      String $doctype
      The DTD (Document Type Declaration), this tells your browser which version of HTML you're using.
      String $dt
      Standard start tag.Creates a definition term.
      String $em
      Standard start tag.Emphasises the surrounded text, changing it to italics.
      String $embed
      Standard start tag.Adds a multimedia element directly into your page, allowing your browser to play it with a plug-in.
      String $fieldset
      Standard start tag.Allows you to group form elements together into logical arrangements.
      String $figcaption
      Standard start tag.
      String $figure
      Standard start tag.
      String $font
      Standard start tag.Sets the font properties for the selected text.
      String $footer
      Standard start tag.
      String $form
      Standard start tag.Begins a form area.
      String $formGetAct 
      String $formPostAct 
      String $frame
      Standard start tag.Defines a single frame within a frameset.
      String $frameset
      Standard start tag.Starts a new frame layout.
      String $h1
      Standard start tag.Sets the text as a heading, with values of h1 (the biggest) to h6 (the smallest).
      String $h2
      Standard start tag.Sets the text as a heading, with values of h2 smaller than h1.
      String $h3
      Standard start tag.Sets the text as a heading, with values of h3 smaller than h2.
      String $h4
      Standard start tag.Sets the text as a heading, with values of h4 smaller than h3.
      String $h5
      Standard start tag.Sets the text as a heading, with values of h5 smaller than h4.
      String $h6
      Standard start tag.Sets the text as a heading, with values of h6 smallest heading.
      String $head
      Standard start tag.Starts the header part of the document and its use is optional
      String $header
      Standard start tag.
      String $hgroup
      Standard start tag.
      String $hr
      Standard tag.Inserts a grey horizontal line across the page.
      String $html
      Standard start tag.Standard opening and closing tags for any HTML page.
      String $htmlBody
      Start tag up to body; next is head tag and so on
      String $htmlBodyHead
      Start tag up to head tag
      String $i
      Standard start tag.The default tag for italics.
      String $iframe
      Standard start tag.Places an inline or 'floating' frame.
      String $ins
      Standard start tag.
      String $kbd
      Standard start tag.Implies that the text should be entered on the keyboard.
      String $keygen
      Standard start tag.
      String $label
      Standard start tag.You can make the explanatory text next to a form element into part of the clickable area with this tag, which makes selecting elements much easier.
      String $legend
      Standard start tag.Titles your fieldsets with given text.
      String $li
      Standard start tag.Each list item begins with an li, and they are all placed in either an ol or ul
      String $map
      Standard start tag.
      String $mark
      Standard start tag.
      String $menu
      Standard start tag.
      String $meta
      Standard start tag.A group of tags that give page and creator information specifically to the search engines.
      String $meter
      Standard start tag.
      String $nav
      Standard start tag.
      String $nobr
      Standard start tag.Tells the enclosed text not to wrap at the edge of the screen, but continue on as long as it needs
      String $noframes
      Standard start tag.If a visitor has an old browser which doesn't support frames you can leave a message or some content between these tags.
      String $noscript
      Standard start tag.Enclose anything you want displayed by browsers that do not support scripts
      String $object
      Standard start tag.
      String $ol
      Standard start tag.Creates an ordered list, where each item is numbered in order
      String $optgroup
      Standard start tag.
      String $option
      Standard start tag.
      String $output
      Standard start tag.
      String $p
      Standard start tag.Makes the enclosed text a paragraph, with lines skipped at the top and bottom.
      String $param
      Standard start tag.
      String $pre
      Standard start tag.Displays text in fixed-width font and retains the formatting of the original text (i.e.
      String $progress
      Standard start tag.
      String $q
      Standard start tag.Used to mark up short, inline quotations.
      String $rp
      Standard start tag.
      String $rt
      Standard start tag.
      String $ruby
      Standard start tag.
      String $s
      Standard start tag.Displays the text with a strike-through.
      String $samp
      Standard start tag.Indicates sample output from a form or program.
      String $section
      Standard start tag.
      String $select
      Standard start tag.Sets up an empty drop-down selection box.
      String $small
      Standard start tag.Makes the enclosed text one size smaller.
      String $source
      Standard start tag.
      String $span
      Standard start tag.
      String $start
      Useful for html tags leveling within the implemented method
      String $strike
      Standard start tag.Displays the text with a strike-through.
      String $strong
      Standard start tag.Creates emphasis for the selected text, rendered in bold.
      String $style
      Standard start tag.
      String $sub
      Standard start tag.Renders the text in subscript, which is words under the normal text.
      String $summary
      Standard start tag.
      String $sup
      Standard start tag.The sister tag to above, this renders text in superscript.
      String $table
      Standard start tag.Places a table on your page
      String $tbody
      Standard start tag.Defines the main body of a complex table.
      String $td
      Standard start tag.Encloses a table cell.
      String $textarea
      Standard start tag.Adds a multi-lined text area, suitable for input of a larger amount of information than the single-line text box.
      String $tfoot
      Standard start tag.Wrap this around the footer part of your table.
      String $th
      Standard start tag.same as table cells, but with all contents bold and aligned to the center.
      String $thead
      Standard start tag.Defines the header part of a large table.
      String $time
      Standard start tag.
      String $title
      Standard start tag.Whatever is between these tags will appear in the blue bar at the top of the screen in browser.
      String $tr
      Standard start tag.starts a new table row.
      String $track
      Standard start tag.
      String $tt
      Standard start tag.Renders text in fixed-width, mono-spaced font; like an old typewriter.
      String $u
      Standard start tag.Displays the surrounded text underlined.
      String $ul
      Standard start tag.Creates an unordered list, with each item bulleted.
      String $var
      Standard start tag.
      String $video
      Standard start tag.
      String $wbr
      Standard tag.If you need a line break in a block of text you have set in nobr, add this.
      String a$
      anchor end tag.
      String abbr$
      abbreviated form (e.g., WWW, HTTP, etc.) end tag
      String acronym$
      Standard end tag.
      String address$
      Standard end tag.Encloses the signature and address of the author, displayed in italics.
      String applet$
      Standard end tag.
      String archive
      ;Related Elements:APPLET, OBJECT;space-separated list of URIs
      String area$
      Standard end tag.
      String article$
      Standard end tag.
      String aside$
      Standard end tag.
      String attrProperty$
      Useful for html tags leveling within the implemented method
      String audio$
      Standard end tag.
      String b$
      Standard end tag.
      String base$
      Standard end tag.Changes the default link target or relative link URL, useful if the page is read on another server.
      String basefont$
      Standard end tag.
      String bdi$
      Standard end tag.
      String bdo$
      Standard end tag.
      String big$
      Standard end tag.Makes the enclosed text one size bigger
      String blockquote$
      Standard end tag.Indents the text in from both sides
      String body$
      Standard end tag.Everything visible on your page goes between these tags
      String br
      Standard end tag.Stops the current line and goes on to the next.
      String br10
      br tag x10
      String br11
      br tag x11
      String br12
      br tag x12
      String br13
      br tag x13
      String br14
      br tag x14
      String br15
      br tag x15
      String br16
      br tag x16
      String br17
      br tag x17
      String br18
      br tag x18
      String br19
      br tag x19
      String br2
      br tag x2
      String br20
      br tag x20
      String br3
      br tag x3
      String br4
      br tag x4
      String br5
      br tag x5
      String br6
      br tag x6
      String br7
      br tag x7
      String br8
      br tag x8
      String br9
      br tag x9
      String button$
      Standard end tag.
      String canvas$
      Standard end tag.
      String caption$
      Standard end tag.contains the caption of the table, the title of sorts.
      String center$
      Standard end tag.Aligns the surrounded objects (anything from text or images to forms etc.) to the center.
      String cfilter$
      helpful for the level method
      String checked
      checked attribute
      String cite$
      Standard end tag.Includes a citation, and is usually rendered as italics.
      String close$
      Ends open start tags that have accepted all requied attributes and their properties.Same function as startend$
      String code$
      Standard end tag.If you are including either computer or HTML code into your documents wrap these around it.
      String col$
      Standard end tag.
      String colgroup$
      Standard end tag.Allows you to set attributes for the entire column.
      String command$
      Standard end tag.
      String datalist$
      Standard end tag.
      String dd$
      Standard end tag.Creates a definition, which appears below its parent term and indented from the left
      String del$
      Standard end tag.
      String details$
      Standard end tag.
      String dfn$
      Standard end tag.A definition.
      String dir$
      Standard end tag.
      String div$
      Standard end tag.Surround distinct sections of your page in divs, primarily to align them, but many other attributes are supported and divs can be used to set up layers too.
      String dl$
      Standard end tag.Creates a definition list.
      String dt$
      Standard end tag.Creates a definition term.
      String dxata
      reference to object's data;Related elements:OBJECT
      String em$
      Standard end tag.Emphasises the surrounded text, changing it to italics.
      String ema
      embeded css tag for html a tag
      String emahover
      embeded css tag for html a:hover tag
      String emavisited
      embeded css tag for html a:visited tag
      String emb
      embeded css tag for html b tag
      String embed$
      Standard end tag.Adds a multimedia element directly into your page, allowing your browser to play it with a plug-in.
      String embig
      embeded css tag for html big tag
      String embody
      embeded css tag for html body tag
      String emcenter
      embeded css tag for html center tag
      String emclass
      embeded css for html class
      String emclose
      helpful for the level method
      String emdiv
      embeded css tag for html div tag
      String emem
      embeded css tag for html em tag
      String emh1
      embeded css tag for html h1 tag
      String emh2
      embeded css tag for html h2 tag
      String emh3
      embeded css tag for html h3 tag
      String emh4
      embeded css tag for html h4 tag
      String emh5
      embeded css tag for html h5 tag
      String emh6
      embeded css tag for html h6 tag
      String emi
      embeded css tag for html i tag
      String emid
      embeded css for html id attribute useful for forms
      String emimg
      embeded css tag for html img tag
      String emli
      embeded css tag for html li tag
      String emol
      embeded css tag for html ol tag
      String emp
      embeded css tag for html p tag
      String emspan
      embeded css tag for html span tag
      String emsub
      embeded css tag for html sub tag
      String emsup
      embeded css tag for html sup tag
      String emtable
      embeded css tag for html table tag
      String emtd
      embeded css tag for html td tag
      String emthead
      embeded css tag for html thead tag
      String emtr
      embeded css tag for html tr tag
      String emu
      embeded css tag for html u tag
      String emul
      embeded css tag for html ul tag
      String end$
      Ends tags such as input,img instead of using an standard end tag
      String eTableZ 
      String etdEtr 
      String etdStd 
      String etdStr 
      String etdStrStd 
      String ethEtrStrStd 
      String ethSth 
      String etrStd 
      String fieldset$
      Standard end tag.Allows you to group form elements together into logical arrangements.
      String figcaption$
      Standard end tag.
      String figure$
      Standard end tag.
      String filter$ 
      String font$
      Standard end tag.Sets the font properties for the selected text.
      String footer$
      Standard end tag.
      String form$
      Standard end tag.Begins a form area.
      String formZ 
      String frame$
      Standard end tag.Defines a single frame within a frameset.
      String frameset$
      Standard end tag.Starts a new frame layout.
      String h1$
      Standard end tag.Sets the text as a heading, with values of h1 (the biggest) to h6 (the smallest).
      String h2$
      Standard end tag.Sets the text as a heading, with values of h2 smaller than h1.
      String h3$
      Standard end tag.Sets the text as a heading, with values of h3 smaller than h2.
      String h4$
      Standard end tag.Sets the text as a heading, with values of h4 smaller than h3.
      String h5$
      Standard end tag.Sets the text as a heading, with values of h5 smaller than h4.
      String h6$
      Standard end tag.Sets the text as a heading, with values of h6 smallest heading
      String head$
      Standard end tag.Enss the header part of the document if start tag is used as its use is optional
      String header$
      Standard end tag.
      String hgroup$
      Standard end tag.
      String html$
      Standard end tag.Standard opening and closing tags for any HTML page.
      String i$
      Standard end tag.The default tag for italics.
      String iemth
      embeded css tag for html th tag
      String iframe$
      Standard end tag.Places an inline or 'floating' frame.
      String img$
      Standard end tag.
      String imgSrc 
      String ina
      inline css tag for html a tag must com before href
      String inb
      inline css tag for html b tag
      String inbig
      inline css tag for html big tag
      String inbody
      inline css tag for html body tag
      String incenter
      inline css tag for html center tag
      String indiv
      inline css tag for html div tag
      String inem
      inline css tag for html em tag
      String inh1
      inline css tag for html h1 tag
      String inh2
      inline css tag for html h2 tag
      String inh3
      inline css tag for html h3 tag
      String inh4
      inline css tag for html h4 tag
      String inh5
      inline css tag for html h5 tag
      String inh6
      inline css tag for html h6 tag
      String ini
      inline css tag for html i tag
      String inimg
      inline css tag for html img tag
      String inli
      inline css tag for html li tag
      String inol
      inline css tag for html ol tag
      String inp
      inline css tag for html p tag
      String input$
      Standard end tag.Allows you to add various user input fields, like text-boxes, checkboxes, radio buttons, submit and reset buttons, depending on how you set the type attribute.
      String ins$
      Standard end tag.
      String inspan
      inline css tag for html span tag
      String insub
      inline css tag for html sub tag
      String insup
      inline css tag for html sup tag
      String intable
      inline css tag for html table tag
      String intd
      inline css tag for html td tag
      String inth
      inline css tag for html th tag
      String inthead
      inline css tag for html thead tag
      String intr
      inline css tag for html tr tag
      String inu
      inline css tag for html u tag
      String inul
      inline css tag for html ul tag
      String kbd$
      Standard end tag.Implies that the text should be entered on the keyboard.
      String keygen$
      Standard end tag.
      String label$
      Standard end tag.You can make the explanatory text next to a form element into part of the clickable area with this tag, which makes selecting elements much easier.
      String legend$
      Standard end tag.Titles your fieldsets with given text.
      String li$
      Standard end tag.Each list item begins with an li, and they are all placed in either an ol or ul
      String link$
      Standard end tag.Allows you to associate external stylesheets and a favorites icon to the page
      String map$
      Standard end tag.
      String mark$
      Standard end tag.
      String menu$
      Standard end tag.
      String meta$
      Standard end tag.A group of tags that give page and creator information specifically to the search engines.
      String meter$
      Standard end tag.
      String nav$
      Standard end tag.
      String nbsp
      non-breaking space -nbsp; tag x1
      String nbsp10
      non-breaking space -nbsp; tag x10
      String nbsp11
      non-breaking space -nbsp; tag x11
      String nbsp12
      non-breaking space -nbsp; tag x12
      String nbsp13
      non-breaking space -nbsp; tag x13
      String nbsp14
      non-breaking space -nbsp; tag x14
      String nbsp15
      non-breaking space -nbsp; tag x15
      String nbsp16
      non-breaking space -nbsp; tag x16
      String nbsp17
      non-breaking space -nbsp; tag x17
      String nbsp18
      non-breaking space -nbsp; tag x18
      String nbsp19
      non-breaking space -nbsp; tag x19
      String nbsp2
      non-breaking space -nbsp; tag x2
      String nbsp20
      non-breaking space -nbsp; tag x20
      String nbsp21
      non-breaking space -nbsp; tag x21
      String nbsp22
      non-breaking space -nbsp; tag x22
      String nbsp23
      non-breaking space -nbsp; tag x23
      String nbsp24
      non-breaking space -nbsp; tag x24
      String nbsp25
      non-breaking space -nbsp; tag x25
      String nbsp26
      non-breaking space -nbsp; tag x26
      String nbsp27
      non-breaking space -nbsp; tag x27
      String nbsp28
      non-breaking space -nbsp; tag x28
      String nbsp29
      non-breaking space -nbsp; tag x29
      String nbsp3
      non-breaking space -nbsp; tag x3
      String nbsp30
      non-breaking space -nbsp; tag x30
      String nbsp4
      non-breaking space -nbsp; tag x4
      String nbsp5
      non-breaking space -nbsp; tag x5
      String nbsp6
      non-breaking space -nbsp; tag x6
      String nbsp7
      non-breaking space -nbsp; tag x7
      String nbsp8
      non-breaking space -nbsp; tag x8
      String nbsp9
      non-breaking space -nbsp; tag x9
      String nobr$
      Standard end tag.Tells the enclosed text not to wrap at the edge of the screen, but continue on as long as it needs
      String noframes$
      Standard end tag.If a visitor has an old browser which doesn't support frames you can leave a message or some content between these tags.
      String noscript$
      Standard end tag.Enclose anything you want displayed by browsers that do not support scripts
      String oacronym
      Start tag that is open for attributes/styles
      String oaddress
      start tag that is open for attributes/styles.
      String oapplet
      Start tag that is open for attributes/styles
      String oarea
      Start tag that is open for attributes/styles
      String oarticle
      Start tag that is open for attributes/styles
      String oaside
      Start tag that is open for attributes/styles
      String oaudio
      Start tag that is open for attributes/styles
      String ob
      Start tag that is open for attributes/styles.
      String obasefont
      Start tag that is open for attributes/styles
      String obdi
      Start tag that is open for attributes/styles
      String obdo
      Start tag that is open for attributes/styles
      String obig
      Start tag that is open for attributes/styles.Makes the enclosed text one size bigge
      String object$
      Standard end tag.
      String oblockquote
      Start tag that is open for attributes
      String obody
      Start tag that is open for attributes/style.
      String obutton
      Start tag that is open for attributes
      String ocanvas
      Start tag that is open for attributes
      String ocaption
      Start tag that is open for attributes
      String ocenter
      Start tag that is open for attributes/styles.
      String ocite
      Start tag that is open for attributes/styles.
      String ocode
      Start tag that is open for attributes/styles.
      String ocol
      Start tag that is open for attributes
      String ocolgroup
      Start tag that is open for attributes
      String ocommand
      Start tag that is open for attributes
      String odatalist
      Start tag that is open for attributes
      String odd
      Start tag that is open for attributes
      String odel
      Start tag that is open for attributes
      String odetails
      Start tag that is open for attributes
      String odfn
      Start tag that is open for attributes/styles.A definition.
      String odir
      Start tag that is open for attributes
      String odiv
      Start tag that is open for attributes/styles.Surround distinct sections of your page in divs, primarily to align them, but many other attributes are supported and divs can be used to set up layers too.
      String odl
      Start tag that is open for attributes
      String odt
      Start tag that is open for attributes
      String oem
      Start tag that is open for attributes/styles.Emphasises the surrounded text, changing it to italics.
      String oembed
      Start tag that is open for attributes
      String ofigcaption
      Start tag that is open for attributes
      String ofigure
      Start tag that is open for attributes
      String ofont
      Start tag that is open for attributes/styles.
      String ofooter
      Start tag that is open for attributes
      String oform
      Start tag that is open for attributes
      String oframe
      Start tag that is open for attributes
      String oframeset
      Start tag that is open for attributes
      String oh1
      Start tag that is open for attributes/styles.Sets the text as a heading, with values of h1 (the biggest) to h6 (the smallest).
      String oh2
      Start tag that is open for attributes/styles.Sets the text as a heading, with values of h2 smaller than h1.
      String oh3
      Start tag that is open for attributes/styles.Sets the text as a heading, with values of h3 smaller than h2.
      String oh4
      Start tag that is open for attributes/styles.Sets the text as a heading, with values of h4 smaller than h3.
      String oh5
      Start tag that is open for attributes/styles.Sets the text as a heading, with values of h5 smaller than h4.
      String oh6
      Start tag that is open for attributes/styles.Sets the text as a heading, with values of h6 smallest heading
      String oheader
      Start tag that is open for attributes/styles
      String ohgroup
      Start tag that is open for attributes/styles
      String ohr
      Start tag that is open for attributes/styles.Inserts a styled horizontal line across the page.
      String oi
      Start tag that is open for attributes/styles.The default tag for italics.
      String oiframe
      Start tag that is open for attributes/styles
      String oimg
      Start tag that is open for attributes/styles.Places an image on your page
      String oinput
      Start tag that is open for attributes/styles.Allows you to add various user input fields, like text-boxes, checkboxes, radio buttons, submit and reset buttons, depending on how you set the type attribute.
      String oins
      Start tag that is open for attributes/styles
      String okbd
      Start tag that is open for attributes/styles
      String okeygen
      Start tag that is open for attributes/styles
      String ol$
      Standard end tag.Creates an ordered list, where each item is numbered in order
      String olabel
      Start tag that is open for attributes/styles
      String oli
      Start tag that is open for attributes/styles
      String olink
      Start tag that is open for attributes/styles.Allows you to associate external stylesheets and a favorites icon to the page
      String omap
      Start tag that is open for attributes/styles
      String omark
      Start tag that is open for attributes/styles
      String omenu
      Start tag that is open for attributes/styles
      String ometer
      Start tag that is open for attributes/styles
      String onav
      Start tag that is open for attributes/styles
      String onoframes
      Start tag that is open for attributes/styles
      String onoscript
      Start tag that is open for attributes/styles
      String oobject
      Start tag that is open for attributes/styles
      String ool
      Start tag that is open for attributes/styles.
      String ooptgroup
      Start tag that is open for attributes/styles
      String ooption
      Start tag that is open for attributes/styles
      String ooutput
      Start tag that is open for attributes/styles
      String op
      Start tag that is open for attributes/styles
      String oparam
      Start tag that is open for attributes/styles
      String opre
      Start tag that is open for attributes/styles
      String oprogress
      Start tag that is open for attributes/styles
      String optgroup$
      Standard end tag.
      String option$
      Standard end tag.
      String oq
      Start tag that is open for attributes/styles
      String orp
      Start tag that is open for attributes/styles
      String ort
      Start tag that is open for attributes/styles
      String oruby
      Start tag that is open for attributes/styles
      String os
      Start tag that is open for attributes/styles
      String osamp
      Start tag that is open for attributes/styles
      String oscript
      Start tag that is open for attributes/styles.Adds a script, usually a JavaScript into your page.
      String osection
      Start tag that is open for attributes/styles
      String oselect
      Start tag that is open for attributes/styles
      String osmall
      Start tag that is open for attributes/styles
      String osource
      Start tag that is open for attributes/styles
      String ospan
      Start tag that is open for attributes/styles
      String ostrike
      Start tag that is open for attributes/styles
      String ostrong
      Start tag that is open for attributes/styles
      String ostyle 
      String osub
      Start tag that is open for attributes/styles
      String osummary
      Start tag that is open for attributes/styles
      String osup
      Start tag that is open for attributes/styles
      String otable
      Start tag that is open for attributes/styles
      String otbody
      Start tag that is open for attributes/styles
      String otd
      Start tag that is open for attributes/styles
      String otextarea
      Start tag that is open for attributes/styles
      String otfoot
      Start tag that is open for attributes/styles
      String oth
      Start tag that is open for attributes/styles
      String othead
      Start tag that is open for attributes/styles
      String otime
      Start tag that is open for attributes/styles
      String otr
      Start tag that is open for attributes/styles.
      String otrack
      Start tag that is open for attributes/styles
      String ott
      Start tag that is open for attributes/styles
      String oul
      Start tag that is open for attributes/styles
      String output$
      Standard end tag.
      String ovar
      Start tag that is open for attributes/styles
      String ovideo
      Start tag that is open for attributes/styles
      String p$
      Standard end tag.Makes the enclosed text a paragraph, with lines skipped at the top and bottom.
      String param$
      Standard end tag.
      String pre$
      Standard end tag.Displays text in fixed-width font and retains the formatting of the original text (i.e.
      String progress$
      Standard end tag.
      String putPasId 
      String putSubId 
      String putTxtId
      Start tag.
      String q$
      Standard end tag.Used to mark up short, inline quotations.
      String rp$
      Standard end tag.
      String rt$
      Standard end tag.
      String ruby$
      Standard end tag.
      String s$
      Standard end tag.Displays the text with a strike-through.
      String samp$
      Standard end tag.Indicates sample output from a form or program.
      String script$
      Standard end tag.Adds a script, usually a JavaScript into your page.
      String section$
      Standard end tag.
      String select$
      Standard end tag.Sets up an empty drop-down selection box.
      String small$
      Standard end tag.Makes the enclosed text one size smaller.
      String source$
      Standard end tag.
      String span$
      Standard end tag.
      String sstylex 
      String start$
      Ends tags such as input,img instead of using an standard end tag
      String startend$
      Ends start tags that have accepted all requied attributes and their properties.
      String strike$
      Standard end tag.Displays the text with a strike-through.
      String strong$
      Standard end tag.Creates emphasis for the selected text, rendered in bold.
      String strStd 
      String style$
      Standard end tag.
      String sub$
      Standard end tag.Renders the text in subscript, which is words under the normal text.
      String summary$
      Standard end tag.
      String sup$
      Standard end tag.The sister tag to above, this renders text in superscript.
      String table$
      Standard end tag.Places a table on your page
      String tableTh 
      String tbody
      Standard end tag.Defines the main body of a complex table.
      String td$
      Standard end tag.Encloses a table cell.
      String textarea$
      Standard end tag.Adds a multi-lined text area, suitable for input of a larger amount of information than the single-line text box.
      String tfoot$
      Standard end tag.Wrap this around the footer part of your table.
      String th$
      Standard end tag.same as table cells, but with all contents bold and aligned to the center.
      String thead$
      Standard end tag.Defines the header part of a large table.
      String time$
      Standard end tag.
      String title$
      Standard end tag.Whatever is between these tags will appear in the blue bar at the top of the screen in browser.
      String tr$
      Standard end tag.starts a new table row.
      String track$
      Standard end tag.
      String tt$
      Standard end tag.Renders text in fixed-width, mono-spaced font; like an old typewriter.
      String u$
      Standard end tag.Displays the surrounded text underlined.
      String ul$
      Standard end tag.Creates an unordered list, with each item bulleted.
      String var$
      Standard end tag.
      String video$
      Standard end tag.
      String xabbr
      abbreviation for header cell;Related Elements:TD, TH
      String xaccept
      list of MIME types for file upload;Related Elements:FORM, INPUT
      String xacceptCharset
      list of supported charsets;Related Elements:FORM
      String xaccesskey
      accessibility key character;Related Elements:A, AREA, BUTTON, INPUT, LABEL, LEGEND, TEXTAREA
      String xaction
      server-side form handler; Related Elements:FORM ;Type:%URI
      String xalign
      vertical or horizontal alignment; Related Elements:APPLET, IFRAME, IMG, INPUT, OBJECT,CAPTION,LEGEND,TABLE,HR,DIV, H1, H2, H3, H4, H5, H6, P,COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR
      String xalink
      color of selected links; Related Elements: BODY
      String xallowfullscreen
      allowfullscreen pattribute
      String xalt
      short description;Related Elements:APPLET,AREA, IMG,INPUT
      String xautocomplete
      autocomplete attribute
      String xautofocus
      autofocus attribute
      String xautoplay
      autoplay attribute
      String xaxis
      comma-separated list of related headers;Related Element:TD, TH
      String xbackground
      texture tile for document background;Related Element:BODY
      String xbgcolor
      document background color;Related Element:TABLE,TR,TD, TH,BODY
      String xborder
      controls frame width;Related Element: IMG, OBJECT,TABLE
      String xcellpadding
      spacing within cells; Related Element:TABLE
      String xcellspacing
      spacing between cells;Related Element,TABLE
      String xchallenge
      challenge attribute
      String xchar
      alignment char, e.g.
      String xcharoff
      offset for alignment char;COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR
      String xcharset
      list of supported charsets;Related Elements:FORM/
      String xcite
      cite attribute
      String xclass
      classifies this element into one or more subtypes
      String xclassid
      identifies an implementation;Related Elements:OBJECT
      String xclear
      clear attribute control of text flow;Related Elements:BR
      String xcode
      applet class file;Related Element:APPLET
      String xcodebase
      applet class file or optional base URI for applet;Related Element:APPLET,OBJECT
      String xcodetype
      content type for code;Related Element:OBJECT
      String xcolgroum
      colgroum attribute
      String xcolor
      text color;Related elements:BASEFONT, FONT
      String xcols
      list of lengths, default: 100% (1 col);Related Elements:FRAMESET,TEXTAREA
      String xcolspan
      number of cols spanned by cell;Releted Elements:TD, TH
      String xcommand
      command
      String xcompact
      reduced interitem spacing;Releted Elements:DIR, DL, MENU, OL, UL
      String xcontent
      associated information;Releted Elements:META
      String xcontrols
      controls attribute
      String xcoords
      comma-separated list of lengths;Related element:A,AREA
      String xcrossorigin
      crossorigin attribute
      String xdatetime
      date and time of change;Related elements:DEL, INS
      String xdeclare
      declare but don't instantiate flag;Related elements:OBJECT
      String xdefau$t
      default attribute
      String xdefer
      defer attribute UA may defer execution of script;Related elements:SCRIPT
      String xdir
      direction for weak/neutral text,directionality;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FRAME, FRAMESET, IFRAME, PARAM, SCRIPT
      String xdirname
      dirname attribute
      String xdisabled
      unavailable in this contex;Related Elements:BUTTON, INPUT, OPTGROUP, OPTION, SELECT, TEXTAREA
      String xenctype
      enctype attribute Related element: FORM
      String xface
      face attribute comma-separated list of font names;Related element: BASEFONT, FONT
      String xfor
      for attribute matches field ID value;Related elements:LABEL
      String xform
      form attribute
      String xformaction
      formaction attribute
      String xformmethod
      formmethod attribute
      String xformnovalidate
      formnovalidate attribute
      String xformtarget
      formtarget attribute
      String xframe
      which parts of frame to render;Related elements:TABLE
      String xframeborder
      which parts of frame to render;Related elements:TABLE
      String xglobals
      globals attribute
      String xheaders
      list of id's for header cells;Related elements:TD, TH
      String xheight
      height attribute
      String xhigh
      high attribute
      String xhref
      URI that acts as base URI; or URI for linked resource;Related elements:A, AREA, LINK,BASE
      String xhreflang
      language code;Related elements:A, LINK
      String xhspace
      horizontal gutter;Related elements:APPLET, IMG, OBJECT
      String xhttpEquiv
      HTTP response header name;Related element:META
      String xicon
      icon attribute
      String xid
      a unique identifier for this element in the document ie document-wide unique id;Related elements:All elements but BASE, HEAD, HTML, META, SCRIPT, STYLE, TITLE
      String xismap
      ismap attribute used by server-side image map;Related elements:MG, INPUT
      String xkeytype
      keytype attribute
      String xkind
      kind attribute
      String xlang
      specifies the language of this element’s content along with the language of any attribute content (for example, that inside the title attribute):Related elements:All elements but APPLET, BASE, BASEFONT, BR, FRAME, FRAMESET, IFRAME, PARAM, SCRIPT
      String xlanguage
      predefined script language name;Related element:SCRIPT
      String xlink
      color of links;Related element:BODY
      String xlist
      list attribute
      String xlongdesc
      link to long description (complements title);Related element:FRAME, IFRAME,IMG
      String xloop
      loop attribute
      String xlow
      low attribute
      String xmanifest
      manifest attribute
      String xmarginheight
      margin height in pixels; Related Elements:FRAME, IFRAME
      String xmarginwidth
      margin widths in pixels; Related Elements:FRAME, IFRAME
      String xmax
      max attribute
      String xmaxlength
      max chars for text fields; Related Elements:INPUT
      String xmedia
      for rendering on these media;Related element:LINK
      String xmediagroup
      mediagroup attribute
      String xmethod
      HTTP method used to submit the form;Related elements:FORM
      String xmin
      min attribute
      String xmultiple
      default is single selection;Related elements:SELECT
      String xmuted
      muted attribute
      String xname
      different meaning for each element,but names the element in some way;Related elements:SELECT,BUTTON, TEXTAREA,APPLET,FORM,FRAME, IFRAME,IMG,A,INPUT, OBJECT,MAP,PARAM, META
      String xnohref
      this region has no action;Related elements:AREA
      String xnoresize
      allow users to resize frames?;Related elements:FRAME
      String xnoshade
      Related elements:HR
      String xnovalidate
      novalidate attribute
      String xnowrap
      suppress word wrap;Related elements:TD, TH
      String xobject
      serialized applet file;Related elements:APPLET
      String xoformenctype
      formencyte attribute
      String xonblur
      the element lost the focus;Related elements:A, AREA, BUTTON, INPUT, LABEL, SELECT, TEXTAREA
      String xonchange
      the element value was changed;Related elements:INPUT, SELECT, TEXTAREA
      String xonclick
      a pointer button was clicked;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xondblclick
      a pointer button was double clicked;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xonfocus
      the element got the focus;Related elements:A, AREA, BUTTON, INPUT, LABEL, SELECT, TEXTAREA
      String xonkeydown
      a key was pressed down;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xonkeypress
      a key was pressed and released;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xonkeyup
      a key was released;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xonload
      all the frames have been loaded or the document has been loaded;Related elements:BODY,FRAMESET
      String xonmousedown
      a pointer button was pressed down;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xonmousemove
      a pointer was moved within;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xonmouseout
      a pointer was moved away;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xonmouseover
      a pointer was moved onto;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xonmouseup
      a pointer button was released;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      String xonreset
      the form was reset;Related elements:FORM
      String xonselect
      some text was selected;Related elements:INPUT, TEXTAREA
      String xonsubmit
      the form was submitted;Related elements:FORM
      String xonunload
      all the frames have been removed;Related elements:BODY,FRAMESET
      String xopen
      open attribute
      String xoptimum
      attribute
      String xpattern
      pattern attribute
      String xplaceholder
      placeholder attribute
      String xposter
      poster attribute
      String xpreload
      preload attribute
      String xprofile
      named dictionary of meta info;Related elements:HEAD
      String xprompt
      prompt message;Related elements:ISINDEX
      String xradiogroup
      radiogroup attribute
      String xreadonly
      for text and passwd;Related elements:TEXTAREA,INPUT
      String xrel
      forward link types;Related elements:A, LINK
      String xrequired
      required attribute
      String xrev
      reverse link types;Related elements:A, LINK
      String xreversed
      reversed attribute
      String xrows
      list of lengths, default: 100% (1 row);Related elements:FRAMESET,TEXTAREA
      String xrowspan
      number of rows spanned by cell;Related elements:TD, TH
      String xrules
      rulings between rows and cols;Related elements:TABLE
      String xsandbox
      sandbox attribute
      String xscheme
      select form of content;Related elements:META
      String xscope
      scope covered by header cells;Related elements:TD, TH
      String xscoped
      scoped attribute
      String xscrolling
      scrollbar or none;Related elements:FRAME, IFRAME
      String xseamless
      seamless attribute
      String xselected
      suppress word wrap;Related elements:OPTION
      String xshape
      controls interpretation of coords or for use with client-side image maps;Related elements:A,AREA
      String xsize
      [+|-]nn e.g.
      String xsizes
      sizes attribute
      String xspan
      default number of columns in group, COL attributes affect N columns;Related elements:COL
      String xsrc
      for fields with images or URI for an external script or source of frame content or URI of image to embed;Related elements:IMG,FRAME, IFRAME,INPUT,SCRIPT
      String xsrcdoc
      srcdoc attribute
      String xstandby
      message to show while loading;Related elements:OBJECT
      String xstart
      starting sequence number;Related elements:OL
      String xstep
      step attribute
      String xstyle
      associated style info, specifies an inline style for this element;Related elements:All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, STYLE, TITLE
      String xsummary
      purpose/structure for speech output;Related elements:TABLE
      String xtabindex
      position in tabbing order;Related elements:A, AREA, BUTTON, INPUT, OBJECT, SELECT, TEXTAREA
      String xtarget
      render in this frame;Related elements:A, AREA, BASE, FORM, LINK
      String xtext
      document text color;Related elements:BODY
      String xtitle
      advisory title,provides extra information about the element;Related elements:All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, TITLE
      String xtype
      content type;Related elements:A, LINK,OBJECT,PARAM,SCRIPT,STYLE,INPUT,LI,OL,UL,BUTTON
      String xtypemustmatch
      typemustmatch attribute
      String xusemap
      use client-side image map;Related elements:IMG, INPUT, OBJECT
      String xvalign
      vertical alignment in cells;Related elements:COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR
      String xvalue
      property value;Related elements:INPUT,OPTION,PARAM,BUTTON,LI,
      String xvaluetype
      How to interpret value;Related elements:PARAM
      String xversion
      Constant;Related elements:HTML
      String xvlink
      color of visited links;Related elements:BODY
      String xvspace
      vertical gutter;Related elements:APPLET, IMG, OBJECT
      String xwidth
      width;Related elements:HR,IFRAME,IMG, OBJECT,TABLE,TD, TH,APPLET,COL,COLGROUP,PRE
      String xwrap
      wrap attribute
    • Constructor Summary

      Constructors 
      Constructor and Description
      JLevelAb() 
    • Field Detail

      • $doctype

        public final String $doctype
        The DTD (Document Type Declaration), this tells your browser which version of HTML you're using.
        See Also:
        Constant Field Values
      • $a

        public String $a
        anchor start tag that can accept all attributes.Makes the enclosed text or image a hyperlink to another file
      • $ahref

        public String $ahref
        anchor start tag set for href attribute and can accept others. Makes the enclosed text or image a hyperlink to another file
      • a$

        public String a$
        anchor end tag. Makes the enclosed text or image a hyperlink to another file
      • $abbr

        public String $abbr
        Standard start tag. Abbreviated form (e.g., WWW, HTTP, etc.) start tag
      • $abbrtitle

        public String $abbrtitle
        abbreviated form (e.g., WWW, HTTP, etc.) start tag set for title attributes and can accept other attributes
      • abbr$

        public String abbr$
        abbreviated form (e.g., WWW, HTTP, etc.) end tag
      • $acronym

        public String $acronym
        Standard start tag.
      • oacronym

        public String oacronym
        Start tag that is open for attributes/styles
      • acronym$

        public String acronym$
        Standard end tag.
      • $address

        public String $address
        Standard start tag.Encloses the signature and address of the author, displayed in italics.
      • oaddress

        public String oaddress
        start tag that is open for attributes/styles. Encloses the signature and address of the author, displayed in italics
      • address$

        public String address$
        Standard end tag.Encloses the signature and address of the author, displayed in italics.
      • $applet

        public String $applet
        Standard start tag.
      • oapplet

        public String oapplet
        Start tag that is open for attributes/styles
      • applet$

        public String applet$
        Standard end tag.
      • $area

        public String $area
        Standard start tag.
      • oarea

        public String oarea
        Start tag that is open for attributes/styles
      • area$

        public String area$
        Standard end tag.
      • $article

        public String $article
        Standard start tag.
      • oarticle

        public String oarticle
        Start tag that is open for attributes/styles
      • article$

        public String article$
        Standard end tag.
      • $aside

        public String $aside
        Standard start tag.
      • oaside

        public String oaside
        Start tag that is open for attributes/styles
      • aside$

        public String aside$
        Standard end tag.
      • $audio

        public String $audio
        Standard start tag.
      • oaudio

        public String oaudio
        Start tag that is open for attributes/styles
      • audio$

        public String audio$
        Standard end tag.
      • $b

        public String $b
        Standard start tag. Makes the enclosed text to become bold text.
      • ob

        public String ob
        Start tag that is open for attributes/styles. Makes the enclosed text to become bold text.
      • b$

        public String b$
        Standard end tag. Makes the enclosed text to become bold text.
      • $base

        public String $base
        Standard start tag.Changes the default link target or relative link URL, useful if the page is read on another server.
      • base$

        public String base$
        Standard end tag.Changes the default link target or relative link URL, useful if the page is read on another server.
      • $basefont

        public String $basefont
        Standard start tag.
      • obasefont

        public String obasefont
        Start tag that is open for attributes/styles
      • basefont$

        public String basefont$
        Standard end tag.
      • $bdi

        public String $bdi
        Standard start tag.
      • obdi

        public String obdi
        Start tag that is open for attributes/styles
      • bdi$

        public String bdi$
        Standard end tag.
      • $bdo

        public String $bdo
        Standard start tag.
      • obdo

        public String obdo
        Start tag that is open for attributes/styles
      • bdo$

        public String bdo$
        Standard end tag.
      • $big

        public String $big
        Standard start tag.Makes the enclosed text one size bigger
      • obig

        public String obig
        Start tag that is open for attributes/styles.Makes the enclosed text one size bigge
      • big$

        public String big$
        Standard end tag.Makes the enclosed text one size bigger
      • $blockquote

        public String $blockquote
        Standard start tag.Indents the text in from both sides
      • oblockquote

        public String oblockquote
        Start tag that is open for attributes
      • blockquote$

        public String blockquote$
        Standard end tag.Indents the text in from both sides
      • $body

        public String $body
        Standard start tag.Everything visible on your page goes between this and its end tags
      • obody

        public String obody
        Start tag that is open for attributes/style.
      • body$

        public String body$
        Standard end tag.Everything visible on your page goes between these tags
      • br

        public String br
        Standard end tag.Stops the current line and goes on to the next.
      • $button

        public String $button
        Standard start tag.
      • obutton

        public String obutton
        Start tag that is open for attributes
      • button$

        public String button$
        Standard end tag.
      • $canvas

        public String $canvas
        Standard start tag.
      • ocanvas

        public String ocanvas
        Start tag that is open for attributes
      • canvas$

        public String canvas$
        Standard end tag.
      • $caption

        public String $caption
        Standard start tag.contains the caption of the table, the title of sorts. It will appear across the top unless specified otherwise. This tag should not be contained in a tr or td.
      • ocaption

        public String ocaption
        Start tag that is open for attributes
      • caption$

        public String caption$
        Standard end tag.contains the caption of the table, the title of sorts. It will appear across the top unless specified otherwise. This tag should not be contained in a tr or td.
      • $center

        public String $center
        Standard start tag.Aligns the surrounded objects (anything from text or images to forms etc.) to the center.
      • ocenter

        public String ocenter
        Start tag that is open for attributes/styles.
      • center$

        public String center$
        Standard end tag.Aligns the surrounded objects (anything from text or images to forms etc.) to the center.
      • $cite

        public String $cite
        Standard start tag.Includes a citation, and is usually rendered as italics.
      • ocite

        public String ocite
        Start tag that is open for attributes/styles.
      • cite$

        public String cite$
        Standard end tag.Includes a citation, and is usually rendered as italics.
      • $code

        public String $code
        Standard start tag.If you are including either computer or HTML code into your documents wrap these around it. It is rendered in small text.
      • ocode

        public String ocode
        Start tag that is open for attributes/styles. If you are including either computer or HTML code into your documents wrap these around it. It is rendered in small text.
      • code$

        public String code$
        Standard end tag.If you are including either computer or HTML code into your documents wrap these around it. It is rendered in small text.
      • $col

        public String $col
        Standard start tag.
      • ocol

        public String ocol
        Start tag that is open for attributes
      • col$

        public String col$
        Standard end tag.
      • $colgroup

        public String $colgroup
        Standard start tag.Allows you to set attributes for the entire column. Each column has to be defined sequentially.
      • ocolgroup

        public String ocolgroup
        Start tag that is open for attributes
      • colgroup$

        public String colgroup$
        Standard end tag.Allows you to set attributes for the entire column. Each column has to be defined sequentially.
      • $command

        public String $command
        Standard start tag.
      • ocommand

        public String ocommand
        Start tag that is open for attributes
      • command$

        public String command$
        Standard end tag.
      • $datalist

        public String $datalist
        Standard start tag.
      • odatalist

        public String odatalist
        Start tag that is open for attributes
      • datalist$

        public String datalist$
        Standard end tag.
      • $dd

        public String $dd
        Standard start tag.Creates a definition, which appears below its parent term and indented from the left
      • odd

        public String odd
        Start tag that is open for attributes
      • dd$

        public String dd$
        Standard end tag.Creates a definition, which appears below its parent term and indented from the left
      • $del

        public String $del
        Standard start tag.
      • odel

        public String odel
        Start tag that is open for attributes
      • del$

        public String del$
        Standard end tag.
      • $details

        public String $details
        Standard start tag.
      • odetails

        public String odetails
        Start tag that is open for attributes
      • details$

        public String details$
        Standard end tag.
      • $dfn

        public String $dfn
        Standard start tag.A definition. As usual with these things, rendered in italics.
      • odfn

        public String odfn
        Start tag that is open for attributes/styles.A definition. As usual with these things, rendered in italics.
      • dfn$

        public String dfn$
        Standard end tag.A definition. As usual with these things, rendered in italics.
      • $dir

        public String $dir
        Standard start tag.
      • odir

        public String odir
        Start tag that is open for attributes
      • dir$

        public String dir$
        Standard end tag.
      • $div

        public String $div
        Standard start tag.Surround distinct sections of your page in divs, primarily to align them, but many other attributes are supported and divs can be used to set up layers too.
      • odiv

        public String odiv
        Start tag that is open for attributes/styles.Surround distinct sections of your page in divs, primarily to align them, but many other attributes are supported and divs can be used to set up layers too.
      • div$

        public String div$
        Standard end tag.Surround distinct sections of your page in divs, primarily to align them, but many other attributes are supported and divs can be used to set up layers too.
      • $dl

        public String $dl
        Standard start tag.Creates a definition list.
      • odl

        public String odl
        Start tag that is open for attributes
      • dl$

        public String dl$
        Standard end tag.Creates a definition list.
      • $dt

        public String $dt
        Standard start tag.Creates a definition term.
      • odt

        public String odt
        Start tag that is open for attributes
      • dt$

        public String dt$
        Standard end tag.Creates a definition term.
      • $em

        public String $em
        Standard start tag.Emphasises the surrounded text, changing it to italics.
      • oem

        public String oem
        Start tag that is open for attributes/styles.Emphasises the surrounded text, changing it to italics.
      • em$

        public String em$
        Standard end tag.Emphasises the surrounded text, changing it to italics.
      • $embed

        public String $embed
        Standard start tag.Adds a multimedia element directly into your page, allowing your browser to play it with a plug-in.
      • oembed

        public String oembed
        Start tag that is open for attributes
      • embed$

        public String embed$
        Standard end tag.Adds a multimedia element directly into your page, allowing your browser to play it with a plug-in.
      • $fieldset

        public String $fieldset
        Standard start tag.Allows you to group form elements together into logical arrangements.
      • fieldset$

        public String fieldset$
        Standard end tag.Allows you to group form elements together into logical arrangements.
      • $figcaption

        public String $figcaption
        Standard start tag.
      • ofigcaption

        public String ofigcaption
        Start tag that is open for attributes
      • figcaption$

        public String figcaption$
        Standard end tag.
      • $figure

        public String $figure
        Standard start tag.
      • ofigure

        public String ofigure
        Start tag that is open for attributes
      • figure$

        public String figure$
        Standard end tag.
      • $font

        public String $font
        Standard start tag.Sets the font properties for the selected text.
      • ofont

        public String ofont
        Start tag that is open for attributes/styles. Sets the font properties for the selected text.
      • font$

        public String font$
        Standard end tag.Sets the font properties for the selected text.
      • $footer

        public String $footer
        Standard start tag.
      • ofooter

        public String ofooter
        Start tag that is open for attributes
      • footer$

        public String footer$
        Standard end tag.
      • $formGetAct

        public String $formGetAct
      • $formPostAct

        public String $formPostAct
      • $form

        public String $form
        Standard start tag.Begins a form area. Add in any form elements you want to use between these tags.
      • oform

        public String oform
        Start tag that is open for attributes
      • form$

        public String form$
        Standard end tag.Begins a form area. Add in any form elements you want to use between these tags.
      • $frame

        public String $frame
        Standard start tag.Defines a single frame within a frameset.
      • oframe

        public String oframe
        Start tag that is open for attributes
      • frame$

        public String frame$
        Standard end tag.Defines a single frame within a frameset.
      • $frameset

        public String $frameset
        Standard start tag.Starts a new frame layout. When constructing a frame page, no body is used
      • oframeset

        public String oframeset
        Start tag that is open for attributes
      • frameset$

        public String frameset$
        Standard end tag.Starts a new frame layout. When constructing a frame page, no body is used
      • $h1

        public String $h1
        Standard start tag.Sets the text as a heading, with values of h1 (the biggest) to h6 (the smallest).
      • oh1

        public String oh1
        Start tag that is open for attributes/styles.Sets the text as a heading, with values of h1 (the biggest) to h6 (the smallest).
      • h1$

        public String h1$
        Standard end tag.Sets the text as a heading, with values of h1 (the biggest) to h6 (the smallest).
      • $h2

        public String $h2
        Standard start tag.Sets the text as a heading, with values of h2 smaller than h1.
      • oh2

        public String oh2
        Start tag that is open for attributes/styles.Sets the text as a heading, with values of h2 smaller than h1.
      • h2$

        public String h2$
        Standard end tag.Sets the text as a heading, with values of h2 smaller than h1.
      • $h3

        public String $h3
        Standard start tag.Sets the text as a heading, with values of h3 smaller than h2.
      • oh3

        public String oh3
        Start tag that is open for attributes/styles.Sets the text as a heading, with values of h3 smaller than h2.
      • h3$

        public String h3$
        Standard end tag.Sets the text as a heading, with values of h3 smaller than h2.
      • $h4

        public String $h4
        Standard start tag.Sets the text as a heading, with values of h4 smaller than h3.
      • oh4

        public String oh4
        Start tag that is open for attributes/styles.Sets the text as a heading, with values of h4 smaller than h3.
      • h4$

        public String h4$
        Standard end tag.Sets the text as a heading, with values of h4 smaller than h3.
      • $h5

        public String $h5
        Standard start tag.Sets the text as a heading, with values of h5 smaller than h4.
      • oh5

        public String oh5
        Start tag that is open for attributes/styles.Sets the text as a heading, with values of h5 smaller than h4.
      • h5$

        public String h5$
        Standard end tag.Sets the text as a heading, with values of h5 smaller than h4.
      • $h6

        public String $h6
        Standard start tag.Sets the text as a heading, with values of h6 smallest heading.
      • oh6

        public String oh6
        Start tag that is open for attributes/styles.Sets the text as a heading, with values of h6 smallest heading
      • h6$

        public String h6$
        Standard end tag.Sets the text as a heading, with values of h6 smallest heading
      • $head

        public String $head
        Standard start tag.Starts the header part of the document and its use is optional
      • head$

        public String head$
        Standard end tag.Enss the header part of the document if start tag is used as its use is optional
      • $header

        public String $header
        Standard start tag.
      • oheader

        public String oheader
        Start tag that is open for attributes/styles
      • header$

        public String header$
        Standard end tag.
      • $hgroup

        public String $hgroup
        Standard start tag.
      • ohgroup

        public String ohgroup
        Start tag that is open for attributes/styles
      • hgroup$

        public String hgroup$
        Standard end tag.
      • $hr

        public String $hr
        Standard tag.Inserts a grey horizontal line across the page.
      • ohr

        public String ohr
        Start tag that is open for attributes/styles.Inserts a styled horizontal line across the page.
      • $html

        public String $html
        Standard start tag.Standard opening and closing tags for any HTML page. Enclose everything else in these. Container tag.
      • html$

        public String html$
        Standard end tag.Standard opening and closing tags for any HTML page. Enclose everything else in these. Container tag.
      • $htmlBody

        public String $htmlBody
        Start tag up to body; next is head tag and so on
      • $htmlBodyHead

        public String $htmlBodyHead
        Start tag up to head tag
      • $i

        public String $i
        Standard start tag.The default tag for italics.
      • oi

        public String oi
        Start tag that is open for attributes/styles.The default tag for italics.
      • i$

        public String i$
        Standard end tag.The default tag for italics.
      • $iframe

        public String $iframe
        Standard start tag.Places an inline or 'floating' frame. This can be placed anywhere on a normal page, i.e. it doesn't need to be part of a frameset.
      • oiframe

        public String oiframe
        Start tag that is open for attributes/styles
      • iframe$

        public String iframe$
        Standard end tag.Places an inline or 'floating' frame. This can be placed anywhere on a normal page, i.e. it doesn't need to be part of a frameset.
      • oimg

        public String oimg
        Start tag that is open for attributes/styles.Places an image on your page
      • imgSrc

        public String imgSrc
      • img$

        public String img$
        Standard end tag.
      • putTxtId

        public String putTxtId
        Start tag.
      • putPasId

        public String putPasId
      • putSubId

        public String putSubId
      • oinput

        public String oinput
        Start tag that is open for attributes/styles.Allows you to add various user input fields, like text-boxes, checkboxes, radio buttons, submit and reset buttons, depending on how you set the type attribute.
      • input$

        public String input$
        Standard end tag.Allows you to add various user input fields, like text-boxes, checkboxes, radio buttons, submit and reset buttons, depending on how you set the type attribute.
      • $ins

        public String $ins
        Standard start tag.
      • oins

        public String oins
        Start tag that is open for attributes/styles
      • ins$

        public String ins$
        Standard end tag.
      • $kbd

        public String $kbd
        Standard start tag.Implies that the text should be entered on the keyboard. It is rendered mono-spaced and small.
      • okbd

        public String okbd
        Start tag that is open for attributes/styles
      • kbd$

        public String kbd$
        Standard end tag.Implies that the text should be entered on the keyboard. It is rendered mono-spaced and small.
      • $keygen

        public String $keygen
        Standard start tag.
      • okeygen

        public String okeygen
        Start tag that is open for attributes/styles
      • keygen$

        public String keygen$
        Standard end tag.
      • $label

        public String $label
        Standard start tag.You can make the explanatory text next to a form element into part of the clickable area with this tag, which makes selecting elements much easier.
      • olabel

        public String olabel
        Start tag that is open for attributes/styles
      • label$

        public String label$
        Standard end tag.You can make the explanatory text next to a form element into part of the clickable area with this tag, which makes selecting elements much easier.
      • $legend

        public String $legend
        Standard start tag.Titles your fieldsets with given text.
      • legend$

        public String legend$
        Standard end tag.Titles your fieldsets with given text.
      • $li

        public String $li
        Standard start tag.Each list item begins with an li, and they are all placed in either an ol or ul
      • oli

        public String oli
        Start tag that is open for attributes/styles
      • li$

        public String li$
        Standard end tag.Each list item begins with an li, and they are all placed in either an ol or ul
      • olink

        public String olink
        Start tag that is open for attributes/styles.Allows you to associate external stylesheets and a favorites icon to the page
      • link$

        public String link$
        Standard end tag.Allows you to associate external stylesheets and a favorites icon to the page
      • $map

        public String $map
        Standard start tag.
      • omap

        public String omap
        Start tag that is open for attributes/styles
      • map$

        public String map$
        Standard end tag.
      • $mark

        public String $mark
        Standard start tag.
      • omark

        public String omark
        Start tag that is open for attributes/styles
      • mark$

        public String mark$
        Standard end tag.
      • $menu

        public String $menu
        Standard start tag.
      • omenu

        public String omenu
        Start tag that is open for attributes/styles
      • menu$

        public String menu$
        Standard end tag.
      • $meta

        public String $meta
        Standard start tag.A group of tags that give page and creator information specifically to the search engines.
      • meta$

        public String meta$
        Standard end tag.A group of tags that give page and creator information specifically to the search engines.
      • $meter

        public String $meter
        Standard start tag.
      • ometer

        public String ometer
        Start tag that is open for attributes/styles
      • meter$

        public String meter$
        Standard end tag.
      • $nav

        public String $nav
        Standard start tag.
      • onav

        public String onav
        Start tag that is open for attributes/styles
      • nav$

        public String nav$
        Standard end tag.
      • $nobr

        public String $nobr
        Standard start tag.Tells the enclosed text not to wrap at the edge of the screen, but continue on as long as it needs
      • nobr$

        public String nobr$
        Standard end tag.Tells the enclosed text not to wrap at the edge of the screen, but continue on as long as it needs
      • $noframes

        public String $noframes
        Standard start tag.If a visitor has an old browser which doesn't support frames you can leave a message or some content between these tags.
      • onoframes

        public String onoframes
        Start tag that is open for attributes/styles
      • noframes$

        public String noframes$
        Standard end tag.If a visitor has an old browser which doesn't support frames you can leave a message or some content between these tags.
      • $noscript

        public String $noscript
        Standard start tag.Enclose anything you want displayed by browsers that do not support scripts
      • onoscript

        public String onoscript
        Start tag that is open for attributes/styles
      • noscript$

        public String noscript$
        Standard end tag.Enclose anything you want displayed by browsers that do not support scripts
      • $object

        public String $object
        Standard start tag.
      • oobject

        public String oobject
        Start tag that is open for attributes/styles
      • object$

        public String object$
        Standard end tag.
      • $ol

        public String $ol
        Standard start tag.Creates an ordered list, where each item is numbered in order
      • ool

        public String ool
        Start tag that is open for attributes/styles.
      • ol$

        public String ol$
        Standard end tag.Creates an ordered list, where each item is numbered in order
      • $optgroup

        public String $optgroup
        Standard start tag.
      • ooptgroup

        public String ooptgroup
        Start tag that is open for attributes/styles
      • optgroup$

        public String optgroup$
        Standard end tag.
      • $option

        public String $option
        Standard start tag.
      • ooption

        public String ooption
        Start tag that is open for attributes/styles
      • option$

        public String option$
        Standard end tag.
      • $output

        public String $output
        Standard start tag.
      • ooutput

        public String ooutput
        Start tag that is open for attributes/styles
      • output$

        public String output$
        Standard end tag.
      • $p

        public String $p
        Standard start tag.Makes the enclosed text a paragraph, with lines skipped at the top and bottom.
      • op

        public String op
        Start tag that is open for attributes/styles
      • p$

        public String p$
        Standard end tag.Makes the enclosed text a paragraph, with lines skipped at the top and bottom.
      • $param

        public String $param
        Standard start tag.
      • oparam

        public String oparam
        Start tag that is open for attributes/styles
      • param$

        public String param$
        Standard end tag.
      • $pre

        public String $pre
        Standard start tag.Displays text in fixed-width font and retains the formatting of the original text (i.e. spaces and line-breaks).
      • opre

        public String opre
        Start tag that is open for attributes/styles
      • pre$

        public String pre$
        Standard end tag.Displays text in fixed-width font and retains the formatting of the original text (i.e. spaces and line-breaks).
      • $progress

        public String $progress
        Standard start tag.
      • oprogress

        public String oprogress
        Start tag that is open for attributes/styles
      • progress$

        public String progress$
        Standard end tag.
      • $q

        public String $q
        Standard start tag.Used to mark up short, inline quotations. Some browsers will add quotation marks around the text.
      • oq

        public String oq
        Start tag that is open for attributes/styles
      • q$

        public String q$
        Standard end tag.Used to mark up short, inline quotations. Some browsers will add quotation marks around the text.
      • $rp

        public String $rp
        Standard start tag.
      • orp

        public String orp
        Start tag that is open for attributes/styles
      • rp$

        public String rp$
        Standard end tag.
      • $rt

        public String $rt
        Standard start tag.
      • ort

        public String ort
        Start tag that is open for attributes/styles
      • rt$

        public String rt$
        Standard end tag.
      • $ruby

        public String $ruby
        Standard start tag.
      • oruby

        public String oruby
        Start tag that is open for attributes/styles
      • ruby$

        public String ruby$
        Standard end tag.
      • $s

        public String $s
        Standard start tag.Displays the text with a strike-through.
      • os

        public String os
        Start tag that is open for attributes/styles
      • s$

        public String s$
        Standard end tag.Displays the text with a strike-through.
      • $samp

        public String $samp
        Standard start tag.Indicates sample output from a form or program. Text is rendered in small font.
      • osamp

        public String osamp
        Start tag that is open for attributes/styles
      • samp$

        public String samp$
        Standard end tag.Indicates sample output from a form or program. Text is rendered in small font.
      • oscript

        public String oscript
        Start tag that is open for attributes/styles.Adds a script, usually a JavaScript into your page.
      • script$

        public String script$
        Standard end tag.Adds a script, usually a JavaScript into your page.
      • $section

        public String $section
        Standard start tag.
      • osection

        public String osection
        Start tag that is open for attributes/styles
      • section$

        public String section$
        Standard end tag.
      • $select

        public String $select
        Standard start tag.Sets up an empty drop-down selection box. You can add choices with the option.../option tag.
      • oselect

        public String oselect
        Start tag that is open for attributes/styles
      • select$

        public String select$
        Standard end tag.Sets up an empty drop-down selection box. You can add choices with the option.../option tag.
      • $small

        public String $small
        Standard start tag.Makes the enclosed text one size smaller.
      • osmall

        public String osmall
        Start tag that is open for attributes/styles
      • small$

        public String small$
        Standard end tag.Makes the enclosed text one size smaller.
      • $source

        public String $source
        Standard start tag.
      • osource

        public String osource
        Start tag that is open for attributes/styles
      • source$

        public String source$
        Standard end tag.
      • $span

        public String $span
        Standard start tag.
      • ospan

        public String ospan
        Start tag that is open for attributes/styles
      • span$

        public String span$
        Standard end tag.
      • $strike

        public String $strike
        Standard start tag.Displays the text with a strike-through.
      • ostrike

        public String ostrike
        Start tag that is open for attributes/styles
      • strike$

        public String strike$
        Standard end tag.Displays the text with a strike-through.
      • $strong

        public String $strong
        Standard start tag.Creates emphasis for the selected text, rendered in bold.
      • ostrong

        public String ostrong
        Start tag that is open for attributes/styles
      • strong$

        public String strong$
        Standard end tag.Creates emphasis for the selected text, rendered in bold.
      • $style

        public String $style
        Standard start tag.
      • style$

        public String style$
        Standard end tag.
      • $sub

        public String $sub
        Standard start tag.Renders the text in subscript, which is words under the normal text.
      • osub

        public String osub
        Start tag that is open for attributes/styles
      • sub$

        public String sub$
        Standard end tag.Renders the text in subscript, which is words under the normal text.
      • $summary

        public String $summary
        Standard start tag.
      • osummary

        public String osummary
        Start tag that is open for attributes/styles
      • summary$

        public String summary$
        Standard end tag.
      • $sup

        public String $sup
        Standard start tag.The sister tag to above, this renders text in superscript.
      • osup

        public String osup
        Start tag that is open for attributes/styles
      • sup$

        public String sup$
        Standard end tag.The sister tag to above, this renders text in superscript.
      • $table

        public String $table
        Standard start tag.Places a table on your page
      • otable

        public String otable
        Start tag that is open for attributes/styles
      • table$

        public String table$
        Standard end tag.Places a table on your page
      • tableTh

        public String tableTh
      • ethSth

        public String ethSth
      • ethEtrStrStd

        public String ethEtrStrStd
      • etrStd

        public String etrStd
      • etdStd

        public String etdStd
      • etdStr

        public String etdStr
      • strStd

        public String strStd
      • etdEtr

        public String etdEtr
      • etdStrStd

        public String etdStrStd
      • eTableZ

        public String eTableZ
      • $tbody

        public String $tbody
        Standard start tag.Defines the main body of a complex table.
      • otbody

        public String otbody
        Start tag that is open for attributes/styles
      • tbody

        public String tbody
        Standard end tag.Defines the main body of a complex table.
      • $td

        public String $td
        Standard start tag.Encloses a table cell. Holds the Table's content.
      • otd

        public String otd
        Start tag that is open for attributes/styles
      • td$

        public String td$
        Standard end tag.Encloses a table cell. Holds the Table's content.
      • $textarea

        public String $textarea
        Standard start tag.Adds a multi-lined text area, suitable for input of a larger amount of information than the single-line text box. Any text added between the tags is placed in the area when the page loads
      • otextarea

        public String otextarea
        Start tag that is open for attributes/styles
      • textarea$

        public String textarea$
        Standard end tag.Adds a multi-lined text area, suitable for input of a larger amount of information than the single-line text box. Any text added between the tags is placed in the area when the page loads
      • $tfoot

        public String $tfoot
        Standard start tag.Wrap this around the footer part of your table.
      • otfoot

        public String otfoot
        Start tag that is open for attributes/styles
      • tfoot$

        public String tfoot$
        Standard end tag.Wrap this around the footer part of your table.
      • $th

        public String $th
        Standard start tag.same as table cells, but with all contents bold and aligned to the center.
      • oth

        public String oth
        Start tag that is open for attributes/styles
      • th$

        public String th$
        Standard end tag.same as table cells, but with all contents bold and aligned to the center.
      • $thead

        public String $thead
        Standard start tag.Defines the header part of a large table. Wrap the tags around the rows/cells you wish to define as the header.
      • othead

        public String othead
        Start tag that is open for attributes/styles
      • thead$

        public String thead$
        Standard end tag.Defines the header part of a large table. Wrap the tags around the rows/cells you wish to define as the header.
      • $time

        public String $time
        Standard start tag.
      • otime

        public String otime
        Start tag that is open for attributes/styles
      • time$

        public String time$
        Standard end tag.
      • $title

        public String $title
        Standard start tag.Whatever is between these tags will appear in the blue bar at the top of the screen in browser.
      • title$

        public String title$
        Standard end tag.Whatever is between these tags will appear in the blue bar at the top of the screen in browser.
      • $tr

        public String $tr
        Standard start tag.starts a new table row. Cells go inside this. Attributes are the same as td's
      • otr

        public String otr
        Start tag that is open for attributes/styles.
      • tr$

        public String tr$
        Standard end tag.starts a new table row. Cells go inside this. Attributes are the same as td's
      • $track

        public String $track
        Standard start tag.
      • otrack

        public String otrack
        Start tag that is open for attributes/styles
      • track$

        public String track$
        Standard end tag.
      • $tt

        public String $tt
        Standard start tag.Renders text in fixed-width, mono-spaced font; like an old typewriter.
      • ott

        public String ott
        Start tag that is open for attributes/styles
      • tt$

        public String tt$
        Standard end tag.Renders text in fixed-width, mono-spaced font; like an old typewriter.
      • $u

        public String $u
        Standard start tag.Displays the surrounded text underlined.
      • u$

        public String u$
        Standard end tag.Displays the surrounded text underlined.
      • $ul

        public String $ul
        Standard start tag.Creates an unordered list, with each item bulleted.
      • oul

        public String oul
        Start tag that is open for attributes/styles
      • ul$

        public String ul$
        Standard end tag.Creates an unordered list, with each item bulleted.
      • $var

        public String $var
        Standard start tag.
      • ovar

        public String ovar
        Start tag that is open for attributes/styles
      • var$

        public String var$
        Standard end tag.
      • $video

        public String $video
        Standard start tag.
      • ovideo

        public String ovideo
        Start tag that is open for attributes/styles
      • video$

        public String video$
        Standard end tag.
      • $wbr

        public String $wbr
        Standard tag.If you need a line break in a block of text you have set in nobr, add this.
      • br20

        public String br20
        br tag x20
      • br19

        public String br19
        br tag x19
      • br18

        public String br18
        br tag x18
      • br17

        public String br17
        br tag x17
      • br16

        public String br16
        br tag x16
      • br15

        public String br15
        br tag x15
      • br14

        public String br14
        br tag x14
      • br13

        public String br13
        br tag x13
      • br12

        public String br12
        br tag x12
      • br11

        public String br11
        br tag x11
      • br10

        public String br10
        br tag x10
      • br9

        public String br9
        br tag x9
      • br8

        public String br8
        br tag x8
      • br7

        public String br7
        br tag x7
      • br6

        public String br6
        br tag x6
      • br5

        public String br5
        br tag x5
      • br4

        public String br4
        br tag x4
      • br3

        public String br3
        br tag x3
      • br2

        public String br2
        br tag x2
      • nbsp

        public String nbsp
        non-breaking space -nbsp; tag x1
      • nbsp2

        public String nbsp2
        non-breaking space -nbsp; tag x2
      • nbsp3

        public String nbsp3
        non-breaking space -nbsp; tag x3
      • nbsp4

        public String nbsp4
        non-breaking space -nbsp; tag x4
      • nbsp5

        public String nbsp5
        non-breaking space -nbsp; tag x5
      • nbsp6

        public String nbsp6
        non-breaking space -nbsp; tag x6
      • nbsp7

        public String nbsp7
        non-breaking space -nbsp; tag x7
      • nbsp8

        public String nbsp8
        non-breaking space -nbsp; tag x8
      • nbsp9

        public String nbsp9
        non-breaking space -nbsp; tag x9
      • nbsp10

        public String nbsp10
        non-breaking space -nbsp; tag x10
      • nbsp11

        public String nbsp11
        non-breaking space -nbsp; tag x11
      • nbsp12

        public String nbsp12
        non-breaking space -nbsp; tag x12
      • nbsp13

        public String nbsp13
        non-breaking space -nbsp; tag x13
      • nbsp14

        public String nbsp14
        non-breaking space -nbsp; tag x14
      • nbsp15

        public String nbsp15
        non-breaking space -nbsp; tag x15
      • nbsp16

        public String nbsp16
        non-breaking space -nbsp; tag x16
      • nbsp17

        public String nbsp17
        non-breaking space -nbsp; tag x17
      • nbsp18

        public String nbsp18
        non-breaking space -nbsp; tag x18
      • nbsp19

        public String nbsp19
        non-breaking space -nbsp; tag x19
      • nbsp20

        public String nbsp20
        non-breaking space -nbsp; tag x20
      • nbsp21

        public String nbsp21
        non-breaking space -nbsp; tag x21
      • nbsp22

        public String nbsp22
        non-breaking space -nbsp; tag x22
      • nbsp23

        public String nbsp23
        non-breaking space -nbsp; tag x23
      • nbsp24

        public String nbsp24
        non-breaking space -nbsp; tag x24
      • nbsp25

        public String nbsp25
        non-breaking space -nbsp; tag x25
      • nbsp26

        public String nbsp26
        non-breaking space -nbsp; tag x26
      • nbsp27

        public String nbsp27
        non-breaking space -nbsp; tag x27
      • nbsp28

        public String nbsp28
        non-breaking space -nbsp; tag x28
      • nbsp29

        public String nbsp29
        non-breaking space -nbsp; tag x29
      • nbsp30

        public String nbsp30
        non-breaking space -nbsp; tag x30
      • xid

        public String xid
        a unique identifier for this element in the document ie document-wide unique id;Related elements:All elements but BASE, HEAD, HTML, META, SCRIPT, STYLE, TITLE
      • xclass

        public String xclass
        classifies this element into one or more subtypes
      • xdir

        public String xdir
        direction for weak/neutral text,directionality;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FRAME, FRAMESET, IFRAME, PARAM, SCRIPT
      • xlang

        public String xlang
        specifies the language of this element’s content along with the language of any attribute content (for example, that inside the title attribute):Related elements:All elements but APPLET, BASE, BASEFONT, BR, FRAME, FRAMESET, IFRAME, PARAM, SCRIPT
      • xlanguage

        public String xlanguage
        predefined script language name;Related element:SCRIPT
      • xcode

        public String xcode
        applet class file;Related Element:APPLET
      • xcodebase

        public String xcodebase
        applet class file or optional base URI for applet;Related Element:APPLET,OBJECT
      • xcodetype

        public String xcodetype
        content type for code;Related Element:OBJECT
      • xcolor

        public String xcolor
        text color;Related elements:BASEFONT, FONT
      • xlink

        public String xlink
        color of links;Related element:BODY
      • xlongdesc

        public String xlongdesc
        link to long description (complements title);Related element:FRAME, IFRAME,IMG
      • xhref

        public String xhref
        URI that acts as base URI; or URI for linked resource;Related elements:A, AREA, LINK,BASE
      • xmarginheight

        public String xmarginheight
        margin height in pixels; Related Elements:FRAME, IFRAME
      • xmarginwidth

        public String xmarginwidth
        margin widths in pixels; Related Elements:FRAME, IFRAME
      • xmaxlength

        public String xmaxlength
        max chars for text fields; Related Elements:INPUT
      • xaction

        public String xaction
        server-side form handler; Related Elements:FORM ;Type:%URI
      • xmethod

        public String xmethod
        HTTP method used to submit the form;Related elements:FORM
      • xmultiple

        public String xmultiple
        default is single selection;Related elements:SELECT
      • xname

        public String xname
        different meaning for each element,but names the element in some way;Related elements:SELECT,BUTTON, TEXTAREA,APPLET,FORM,FRAME, IFRAME,IMG,A,INPUT, OBJECT,MAP,PARAM, META
      • xnohref

        public String xnohref
        this region has no action;Related elements:AREA
      • xnoresize

        public String xnoresize
        allow users to resize frames?;Related elements:FRAME
      • xnoshade

        public String xnoshade
        Related elements:HR
      • xnowrap

        public String xnowrap
        suppress word wrap;Related elements:TD, TH
      • xobject

        public String xobject
        serialized applet file;Related elements:APPLET
      • xonblur

        public String xonblur
        the element lost the focus;Related elements:A, AREA, BUTTON, INPUT, LABEL, SELECT, TEXTAREA
      • xonchange

        public String xonchange
        the element value was changed;Related elements:INPUT, SELECT, TEXTAREA
      • xonclick

        public String xonclick
        a pointer button was clicked;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xondblclick

        public String xondblclick
        a pointer button was double clicked;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xonfocus

        public String xonfocus
        the element got the focus;Related elements:A, AREA, BUTTON, INPUT, LABEL, SELECT, TEXTAREA
      • xonkeydown

        public String xonkeydown
        a key was pressed down;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xonkeypress

        public String xonkeypress
        a key was pressed and released;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xonkeyup

        public String xonkeyup
        a key was released;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xonload

        public String xonload
        all the frames have been loaded or the document has been loaded;Related elements:BODY,FRAMESET
      • xonmousedown

        public String xonmousedown
        a pointer button was pressed down;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xonmousemove

        public String xonmousemove
        a pointer was moved within;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xonmouseout

        public String xonmouseout
        a pointer was moved away;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xonmouseover

        public String xonmouseover
        a pointer was moved onto;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xonmouseup

        public String xonmouseup
        a pointer button was released;Related elements:All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
      • xonreset

        public String xonreset
        the form was reset;Related elements:FORM
      • xonselect

        public String xonselect
        some text was selected;Related elements:INPUT, TEXTAREA
      • xonsubmit

        public String xonsubmit
        the form was submitted;Related elements:FORM
      • xonunload

        public String xonunload
        all the frames have been removed;Related elements:BODY,FRAMESET
      • xprofile

        public String xprofile
        named dictionary of meta info;Related elements:HEAD
      • xprompt

        public String xprompt
        prompt message;Related elements:ISINDEX
      • xreadonly

        public String xreadonly
        for text and passwd;Related elements:TEXTAREA,INPUT
      • xrel

        public String xrel
        forward link types;Related elements:A, LINK
      • xrev

        public String xrev
        reverse link types;Related elements:A, LINK
      • xrows

        public String xrows
        list of lengths, default: 100% (1 row);Related elements:FRAMESET,TEXTAREA
      • xrowspan

        public String xrowspan
        number of rows spanned by cell;Related elements:TD, TH
      • xrules

        public String xrules
        rulings between rows and cols;Related elements:TABLE
      • xscheme

        public String xscheme
        select form of content;Related elements:META
      • xscope

        public String xscope
        scope covered by header cells;Related elements:TD, TH
      • xscrolling

        public String xscrolling
        scrollbar or none;Related elements:FRAME, IFRAME
      • xselected

        public String xselected
        suppress word wrap;Related elements:OPTION
      • xshape

        public String xshape
        controls interpretation of coords or for use with client-side image maps;Related elements:A,AREA
      • xsize

        public String xsize
        [+|-]nn e.g. size="+1", size="4",rows visible,specific to each type of field,base font size for FONT elements;Related elements:HR,FONT,INPUT,BASEFONT,SELECT
      • xspan

        public String xspan
        default number of columns in group, COL attributes affect N columns;Related elements:COL
      • xsrc

        public String xsrc
        for fields with images or URI for an external script or source of frame content or URI of image to embed;Related elements:IMG,FRAME, IFRAME,INPUT,SCRIPT
      • xstandby

        public String xstandby
        message to show while loading;Related elements:OBJECT
      • xstart

        public String xstart
        starting sequence number;Related elements:OL
      • xstyle

        public String xstyle
        associated style info, specifies an inline style for this element;Related elements:All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, STYLE, TITLE
      • xsummary

        public String xsummary
        purpose/structure for speech output;Related elements:TABLE
      • xtabindex

        public String xtabindex
        position in tabbing order;Related elements:A, AREA, BUTTON, INPUT, OBJECT, SELECT, TEXTAREA
      • xtarget

        public String xtarget
        render in this frame;Related elements:A, AREA, BASE, FORM, LINK
      • xtext

        public String xtext
        document text color;Related elements:BODY
      • xtitle

        public String xtitle
        advisory title,provides extra information about the element;Related elements:All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, TITLE
      • xtype

        public String xtype
        content type;Related elements:A, LINK,OBJECT,PARAM,SCRIPT,STYLE,INPUT,LI,OL,UL,BUTTON
      • xusemap

        public String xusemap
        use client-side image map;Related elements:IMG, INPUT, OBJECT
      • xvalign

        public String xvalign
        vertical alignment in cells;Related elements:COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR
      • xvalue

        public String xvalue
        property value;Related elements:INPUT,OPTION,PARAM,BUTTON,LI,
      • xvaluetype

        public String xvaluetype
        How to interpret value;Related elements:PARAM
      • xversion

        public String xversion
        Constant;Related elements:HTML
      • xvlink

        public String xvlink
        color of visited links;Related elements:BODY
      • xvspace

        public String xvspace
        vertical gutter;Related elements:APPLET, IMG, OBJECT
      • xwidth

        public String xwidth
        width;Related elements:HR,IFRAME,IMG, OBJECT,TABLE,TD, TH,APPLET,COL,COLGROUP,PRE
      • xhreflang

        public String xhreflang
        language code;Related elements:A, LINK
      • xhspace

        public String xhspace
        horizontal gutter;Related elements:APPLET, IMG, OBJECT
      • xcoords

        public String xcoords
        comma-separated list of lengths;Related element:A,AREA
      • xalt

        public String xalt
        short description;Related Elements:APPLET,AREA, IMG,INPUT
      • archive

        public String archive
        ;Related Elements:APPLET, OBJECT;space-separated list of URIs
      • xaxis

        public String xaxis
        comma-separated list of related headers;Related Element:TD, TH
      • xbackground

        public String xbackground
        texture tile for document background;Related Element:BODY
      • xbgcolor

        public String xbgcolor
        document background color;Related Element:TABLE,TR,TD, TH,BODY
      • xborder

        public String xborder
        controls frame width;Related Element: IMG, OBJECT,TABLE
      • xcellpadding

        public String xcellpadding
        spacing within cells; Related Element:TABLE
      • xcellspacing

        public String xcellspacing
        spacing between cells;Related Element,TABLE
      • xchar

        public String xchar
        alignment char, e.g. char=';COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR
      • xcharoff

        public String xcharoff
        offset for alignment char;COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR
      • xframe

        public String xframe
        which parts of frame to render;Related elements:TABLE
      • xframeborder

        public String xframeborder
        which parts of frame to render;Related elements:TABLE
      • xcrossorigin

        public String xcrossorigin
        crossorigin attribute
      • xpreload

        public String xpreload
        preload attribute
      • xautoplay

        public String xautoplay
        autoplay attribute
      • xmediagroup

        public String xmediagroup
        mediagroup attribute
      • xloop

        public String xloop
        loop attribute
      • xmuted

        public String xmuted
        muted attribute
      • xcontrols

        public String xcontrols
        controls attribute
      • xcite

        public String xcite
        cite attribute
      • xautofocus

        public String xautofocus
        autofocus attribute
      • xdisabled

        public String xdisabled
        unavailable in this contex;Related Elements:BUTTON, INPUT, OPTGROUP, OPTION, SELECT, TEXTAREA
      • xform

        public String xform
        form attribute
      • xformaction

        public String xformaction
        formaction attribute
      • xoformenctype

        public String xoformenctype
        formencyte attribute
      • xformmethod

        public String xformmethod
        formmethod attribute
      • xformnovalidate

        public String xformnovalidate
        formnovalidate attribute
      • xformtarget

        public String xformtarget
        formtarget attribute
      • xcolgroum

        public String xcolgroum
        colgroum attribute
      • checked

        public String checked
        checked attribute
      • xicon

        public String xicon
        icon attribute
      • xradiogroup

        public String xradiogroup
        radiogroup attribute
      • xcommand

        public String xcommand
        command
      • xopen

        public String xopen
        open attribute
      • xacceptCharset

        public String xacceptCharset
        list of supported charsets;Related Elements:FORM
      • xaccept

        public String xaccept
        list of MIME types for file upload;Related Elements:FORM, INPUT
      • xaccesskey

        public String xaccesskey
        accessibility key character;Related Elements:A, AREA, BUTTON, INPUT, LABEL, LEGEND, TEXTAREA
      • xclassid

        public String xclassid
        identifies an implementation;Related Elements:OBJECT
      • xclear

        public String xclear
        clear attribute control of text flow;Related Elements:BR
      • xenctype

        public String xenctype
        enctype attribute Related element: FORM
      • xface

        public String xface
        face attribute comma-separated list of font names;Related element: BASEFONT, FONT
      • xautocomplete

        public String xautocomplete
        autocomplete attribute
      • xnovalidate

        public String xnovalidate
        novalidate attribute
      • xmanifest

        public String xmanifest
        manifest attribute
      • xsrcdoc

        public String xsrcdoc
        srcdoc attribute
      • xsandbox

        public String xsandbox
        sandbox attribute
      • xseamless

        public String xseamless
        seamless attribute
      • xallowfullscreen

        public String xallowfullscreen
        allowfullscreen pattribute
      • xismap

        public String xismap
        ismap attribute used by server-side image map;Related elements:MG, INPUT
      • xdirname

        public String xdirname
        dirname attribute
      • xlist

        public String xlist
        list attribute
      • xmax

        public String xmax
        max attribute
      • xmin

        public String xmin
        min attribute
      • xpattern

        public String xpattern
        pattern attribute
      • xplaceholder

        public String xplaceholder
        placeholder attribute
      • xrequired

        public String xrequired
        required attribute
      • xstep

        public String xstep
        step attribute
      • xchallenge

        public String xchallenge
        challenge attribute
      • xkeytype

        public String xkeytype
        keytype attribute
      • xfor

        public String xfor
        for attribute matches field ID value;Related elements:LABEL
      • xmedia

        public String xmedia
        for rendering on these media;Related element:LINK
      • xsizes

        public String xsizes
        sizes attribute
      • xhttpEquiv

        public String xhttpEquiv
        HTTP response header name;Related element:META
      • xcontent

        public String xcontent
        associated information;Releted Elements:META
      • xcharset

        public String xcharset
        list of supported charsets;Related Elements:FORM/
      • xlow

        public String xlow
        low attribute
      • xhigh

        public String xhigh
        high attribute
      • xoptimum

        public String xoptimum
        attribute
      • dxata

        public String dxata
        reference to object's data;Related elements:OBJECT
      • xdatetime

        public String xdatetime
        date and time of change;Related elements:DEL, INS
      • xdeclare

        public String xdeclare
        declare but don't instantiate flag;Related elements:OBJECT
      • xdefer

        public String xdefer
        defer attribute UA may defer execution of script;Related elements:SCRIPT
      • xtypemustmatch

        public String xtypemustmatch
        typemustmatch attribute
      • xreversed

        public String xreversed
        reversed attribute
      • xscoped

        public String xscoped
        scoped attribute
      • xcolspan

        public String xcolspan
        number of cols spanned by cell;Releted Elements:TD, TH
      • xcompact

        public String xcompact
        reduced interitem spacing;Releted Elements:DIR, DL, MENU, OL, UL
      • xheaders

        public String xheaders
        list of id's for header cells;Related elements:TD, TH
      • xheight

        public String xheight
        height attribute
      • xglobals

        public String xglobals
        globals attribute
      • xcols

        public String xcols
        list of lengths, default: 100% (1 col);Related Elements:FRAMESET,TEXTAREA
      • xwrap

        public String xwrap
        wrap attribute
      • xabbr

        public String xabbr
        abbreviation for header cell;Related Elements:TD, TH
      • xalign

        public String xalign
        vertical or horizontal alignment; Related Elements:APPLET, IFRAME, IMG, INPUT, OBJECT,CAPTION,LEGEND,TABLE,HR,DIV, H1, H2, H3, H4, H5, H6, P,COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR
      • xalink

        public String xalink
        color of selected links; Related Elements: BODY
      • xdefau$t

        public String xdefau$t
        default attribute
      • xkind

        public String xkind
        kind attribute
      • xposter

        public String xposter
        poster attribute
      • intable

        public String intable
        inline css tag for html table tag
      • intr

        public String intr
        inline css tag for html tr tag
      • intd

        public String intd
        inline css tag for html td tag
      • inth

        public String inth
        inline css tag for html th tag
      • inthead

        public String inthead
        inline css tag for html thead tag
      • insub

        public String insub
        inline css tag for html sub tag
      • insup

        public String insup
        inline css tag for html sup tag
      • inbody

        public String inbody
        inline css tag for html body tag
      • inp

        public String inp
        inline css tag for html p tag
      • indiv

        public String indiv
        inline css tag for html div tag
      • inbig

        public String inbig
        inline css tag for html big tag
      • inb

        public String inb
        inline css tag for html b tag
      • inem

        public String inem
        inline css tag for html em tag
      • inh1

        public String inh1
        inline css tag for html h1 tag
      • inh2

        public String inh2
        inline css tag for html h2 tag
      • inh3

        public String inh3
        inline css tag for html h3 tag
      • inh4

        public String inh4
        inline css tag for html h4 tag
      • inh5

        public String inh5
        inline css tag for html h5 tag
      • inh6

        public String inh6
        inline css tag for html h6 tag
      • ini

        public String ini
        inline css tag for html i tag
      • inu

        public String inu
        inline css tag for html u tag
      • inli

        public String inli
        inline css tag for html li tag
      • inul

        public String inul
        inline css tag for html ul tag
      • inol

        public String inol
        inline css tag for html ol tag
      • ina

        public String ina
        inline css tag for html a tag must com before href
      • inimg

        public String inimg
        inline css tag for html img tag
      • inspan

        public String inspan
        inline css tag for html span tag
      • incenter

        public String incenter
        inline css tag for html center tag
      • ostyle

        public String ostyle
      • sstylex

        public String sstylex
      • emclose

        public String emclose
        helpful for the level method
      • cfilter$

        public String cfilter$
        helpful for the level method
      • emclass

        public String emclass
        embeded css for html class
      • emid

        public String emid
        embeded css for html id attribute useful for forms
      • emtable

        public String emtable
        embeded css tag for html table tag
      • emtr

        public String emtr
        embeded css tag for html tr tag
      • emtd

        public String emtd
        embeded css tag for html td tag
      • iemth

        public String iemth
        embeded css tag for html th tag
      • emthead

        public String emthead
        embeded css tag for html thead tag
      • emsub

        public String emsub
        embeded css tag for html sub tag
      • emsup

        public String emsup
        embeded css tag for html sup tag
      • embody

        public String embody
        embeded css tag for html body tag
      • emp

        public String emp
        embeded css tag for html p tag
      • emdiv

        public String emdiv
        embeded css tag for html div tag
      • embig

        public String embig
        embeded css tag for html big tag
      • emb

        public String emb
        embeded css tag for html b tag
      • emem

        public String emem
        embeded css tag for html em tag
      • emh1

        public String emh1
        embeded css tag for html h1 tag
      • emh2

        public String emh2
        embeded css tag for html h2 tag
      • emh3

        public String emh3
        embeded css tag for html h3 tag
      • emh4

        public String emh4
        embeded css tag for html h4 tag
      • emh5

        public String emh5
        embeded css tag for html h5 tag
      • emh6

        public String emh6
        embeded css tag for html h6 tag
      • emi

        public String emi
        embeded css tag for html i tag
      • emu

        public String emu
        embeded css tag for html u tag
      • emli

        public String emli
        embeded css tag for html li tag
      • emul

        public String emul
        embeded css tag for html ul tag
      • emol

        public String emol
        embeded css tag for html ol tag
      • ema

        public String ema
        embeded css tag for html a tag
      • emahover

        public String emahover
        embeded css tag for html a:hover tag
      • emavisited

        public String emavisited
        embeded css tag for html a:visited tag
      • emimg

        public String emimg
        embeded css tag for html img tag
      • emspan

        public String emspan
        embeded css tag for html span tag
      • emcenter

        public String emcenter
        embeded css tag for html center tag
      • $attrProperty

        public String $attrProperty
        Useful for html tags leveling within the implemented method
      • attrProperty$

        public String attrProperty$
        Useful for html tags leveling within the implemented method
      • $start

        public String $start
        Useful for html tags leveling within the implemented method
      • close$

        public String close$
        Ends open start tags that have accepted all requied attributes and their properties.Same function as startend$
      • startend$

        public String startend$
        Ends start tags that have accepted all requied attributes and their properties. Same function as startend$
      • end$

        public String end$
        Ends tags such as input,img instead of using an standard end tag
      • filter$

        public String filter$
      • start$

        public String start$
        Ends tags such as input,img instead of using an standard end tag
    • Constructor Detail

      • JLevelAb

        public JLevelAb()
    • Method Detail

      • level

        public String level(String[] htmlComponents)
        Method String Array and turn it into html
        String for rendering on the screen via swing components that supports html
        display.
        Parameters:
        htmlComponents - Takes Array inside which html editing took place. which is simply comma (,) or plus sign separated (+) or combination of (,...+) separated strings can be placed any where in java that allows array constant initialization

No comments: