<html> <head> </head> <body> <style>colgroup::after { content:"after"; }</style> <table> <colgroup><col style="display: inline;">t</col></colgroup> </table> </body> </html>