Davids wounderland

 avatar
unknown
plain_text
3 years ago
516 B
5
Indexable
<table>
  <tr>
    What went well:
  </tr>
  <tr>
    <!-- This is your bullet point list -->
    <!-- &#8226;   <---- Copy this at the start of each bullet point -->
    <ul>&#8226; This is point one</ul>
    <ul>This is point Two</ul>
    <ul>This is point Three</ul>
  </tr>
  <tr>
    What options do you have to improve:
  </tr>
  <tr>
    <!-- This is your bullet point list -->
    <ul>This is point one</ul>
    <ul>This is point Two</ul>
    <ul>This is point Three</ul>
  </tr>
</table>
Editor is loading...