2023年2月13日
摘要: Table 1. Basic table structure <table> </table> ​ create a table <tr> </tr> ​ indicate the start of each row <td> </td> ​ each cell in a roll <table> 阅读全文
posted @ 2023-02-13 21:39 摸鱼time 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Images 1. Storing images on the site create a folder to store On a big site, subfolders such as "interface", "products", "news" are necessary 2. addin 阅读全文
posted @ 2023-02-13 15:12 摸鱼time 阅读(11) 评论(0) 推荐(0) 编辑
摘要: Links grammar <a href="https:www.imdb.com">IMDB</a> IMDB 1. Directory Structure Relative URLs <a href="www.examplearts.com/index.html">home page</a> < 阅读全文
posted @ 2023-02-13 15:06 摸鱼time 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1. TEXT <strong>bold</strong> <!-- by defauly, the content showed in bold --> <b>bold</b> <i>italics</i> <em>italics</em> <del>del</del> <s>del</s> <i 阅读全文
posted @ 2023-02-13 14:47 摸鱼time 阅读(13) 评论(0) 推荐(0) 编辑