点击查看html编辑器说明文档

格式标签练习edit icon

|
|
Fork(复制)
|
|
作者:
cup11

👉 新版编辑器已上线,点击进行体验吧!

BUG反馈
嵌入
设置
下载
HTML
格式化
支持Emmet,输入 p 后按 Tab键试试吧!
<head> ...
展开
</head>
<body>
            
            <p><b><i>Rough Notation</i></b> is a <u>small</u> JavaScript library
to create and animate annotations on a web page.</p>

<p><i>Rough Notation</i> uses <i>RoughJS</i> to create a <b>hand-drawn</b> look and feel.
Elements can be annotated in <b>a number of</b> different styles.
Animation duration and delay can be configured, or just <u>turned off</u>.</p>

<p>Rough Notation is <mark>3.8kb</mark> in size when gzipped, and the code is available on GitHub<sup>[1]</sup>.</p>

<p>[1]: https://github.com</p>
        
</body>
CSS
格式化
            
            
        
JS
格式化
            
            // 示例代码
console.log("Hello 笔.COOL 控制台")
        
预览
控制台
清空