Example: ``` html <table> <thead> <tr> <th>Name</th> <th>Feature</th> </tr> </thead> <tbody> <tr> <td>product</td> <td>:white_check_mark:</td> </tr> </tbody> ```
Example: