标签:editing ace fir body nbsp only class ext span
1. Editing the HTML file
\src\app\app.component.html
<!--The content below is only a placeholder and can be replaced.--> <div style="text-align:center"> <h3>Adam‘s To Do List</h3> <div> <input/> <button>Add</button> </div> <table border="1"> <thead> <tr> <th>Description</th> <th>Done</th> </tr> </thead> <tbody> <tr><td>Buy Flowers</td><td>No</td></tr> <tr><td>Get Shoes</td><td>No</td></tr> <tr><td>Collect Tickets</td><td>Yes</td></tr> <tr><td>Call Joe</td><td>No</td></tr> </tbody> </table>
2.
标签:editing ace fir body nbsp only class ext span
原文地址:https://www.cnblogs.com/xiaobin-hlj80/p/9245954.html