当前位置: 首页 > 工具软件 > designMode > 使用案例 >

html -- designMode的实例

上官鸿朗
2023-12-01
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <div>
        div中的内容
    </div>
    <p contenteditable="true" spellcheck="true">
        段落内容
    </p>
    <p hidden >
        隐藏的段落
    </p>

</body>
</html>
 类似资料: