Another suggested that we need some ways to generically redefine the actual tags itself.
So for <html>custom content</html>
this is how we could potentially approach this:
Block
html:::::::::::::::::::::::: { #id .style key=value}
custom content
::::::::::::::::::::::::::::
inline
html[ custom content ]{ #id .style key=value}