Return to index

html functions

string = wa(content[,options])

top

Create a HTML anchor tag.


string = wbody(content[,options])

top

Create a HTML body tag wrapping.


string = wdiv(content[,options])

top

Create a HTML division tag wrapping.


string = wh1(content[,options])

top

Create a HTML h1 header tag wrapping.


string = wh2(content[,options])

top

Create a HTML h2 header tag wrapping.


string = wh3(content[,options])

top

Create a HTML h3 header tag wrapping.


string = wh4(content[,options])

top

Create a HTML h4 header tag wrapping.


string = wh5(content[,options])

top

Create a HTML h5 header tag wrapping.


string = whead(content[,options])

top

Create a HTML head tag wrapping.


string = wimg(content[,options])

top

Create a HTML image tag.


string = wli(content[,options])

top

Create a HTML list tag wrapping.


string = wlink(content[,options])

top

Create a HTML hyper-link tag.


string = wol(content[,options])

top

Create a HTML ordered list tag wrapping.


string = wp(content[,options])

top

Create a HTML paragraph tag wrapping.


string = wpage(content[,options])

top

Create a HTML page tag wrapping.


string = wtable(content[,options])

top

Create a HTML table tag wrapping.


string = wtbody(content[,options])

top

Create a HTML table body tag wrapping.


string = wtd(content[,options])

top

Create a HTML TD table data tag wrapping.


string = wth(content[,options])

top

Create a HTML TH table header tag wrapping.


string = wthead(content[,options])

top

Create a HTML table head tag wrapping.


string = wtr(content[,options])

top

Create a HTML TR table row tag wrapping.


string = wul(content[,options])

top

Create a HTML unordered list tag wrapping.