|
Smalltalk/X WebserverDocumentation of class 'HTML::Heading6': |
|
|
|
Class: Heading6 (in HTML)Inheritance:Object | +--HTML::AbstractElement | +--HTML::AbstractHTMLElement | +--HTML::Heading | +--HTML::Heading6
Class protocol:required protocolInstance protocol:accessingExamples:Create heading6 in document: [exBeginn] |document| document := Document new. document addHeading6:'This is a heading6.'. document printHtmlString. Create a heading6:
|
|
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 09:21:36 GMT
|