General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Here's an example of our table styling:
Sign in to like and favorite skills
Here's an example of our table styling:
<div class="rounded-lg border"> <table class="table"> <thead> <tr> <th>Header 1</th> <th>Header 2</th> </tr> </thead> <tbody> <tr> <td>Content 1</td> <td>Content 1</td> </tr> </tbody> </table> </div>