Need to create a
element on a page (or any <H#>), but there's no easy way, only through TWebHTMLContainer, but then updating the content field would necessitate replacing the whole HTML property, rather than just the value, so it would be a lot easier if something like TWebLabel could expose a TagType property, or some such.TWebLabel has a property HTMLType via which you can select H1...H6
Perfect, thanks!