<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>
HTML
格式化
支持Emmet,输入 p 后按 Tab键试试吧!
<head> <html lang="en-US">
<tit... </head>
<body>
</body>
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;