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

Web.pageedit icon

|
|
Fork(复制)
|
|

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

BUG反馈
嵌入
设置
下载
HTML
格式化
支持Emmet,输入 p 后按 Tab键试试吧!
<head> <html lang="en-US"> <tit...
展开
</head>
<body>
            
            
<div>
    <h1 title:"Welcome to My Website">Welcome to My Website</h1>
    <h4 title:"Ali.Ma made this website in 2025">Ali.Ma made this website in 2025.</h4>
    <p style="color:orange" class="music-description"> Let's enjoy the music and video together!</p>
    <audio src="https://cloud-static.com/audio/simple-piano-melody-9834.mp3" controls></audio>
</div>
<video src="https://cloud-static.com/video/160767-822213540_tiny.mp4" controls width="200" height="100"></video>
<img src="https://cloud-static.com/gallery/731718052697_.pic.jpg" width="200" height="100"/>
  <p>2025 Ali.Ma. All rights reserved.</p>
        
编辑器加载中
</body>
CSS
格式化
            
            h1 {
      font-family: Verdana, Geneva, Tahoma,"Microsoft yahei", "sans-serif";
    }
h1{
  color:#333;text-align:center;
}
h4{
  color:#999;
        font-family: Verdana, Geneva, Tahoma,"Microsoft yahei", "sans-serif";
}
p{
   color:#666;
   font-family: Verdana, Geneva, Tahoma,"Microsoft yahei", "sans-serif";
}
body{background-color: #f0f0f0;

        
编辑器加载中
JS
格式化
            
            
        
编辑器加载中
预览
控制台