-
Notifications
You must be signed in to change notification settings - Fork 1
Home
bpstr edited this page Oct 20, 2019
·
2 revisions
Welcome to the elements-php wiki!
The Markup class provides a simple structure for every markup-like element which can be later rendered as string.
To create valid HTML elements, use the more advanced Element class. It extends Markup with useful HTML specific methods.
It is possible to render the full HTML document with one object which acts as any other Markup element.