Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

HTML CSS
可以输入HTML标签,如:

段落文字

  • 列表项1
  • 列表项2
链接 粗体
index.html
<div class="custom-content">
    可以输入HTML标签,如:
    <p>段落文字</p>
    <ul>
        <li>列表项1</li>
        <li>列表项2</li>
    </ul>
    <a href="#">链接</a>
    <strong>粗体</strong>
</div>
<style>
.custom-content{color:Red}
</style>