1

root 站长 2025-08-24 15:36:47 14
<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title></title>
</head>
<body>

</body>
</html>
{{ vote && vote.total.up }}

共 6 条回复

root 站长

例子

<!DOCTYPE html>

<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
    <meta name="keywords" content="acwing,web,html,学习">
    <meta name="description" content="随便写一下">
    <title>Web应用课作业</title>
    <link rel="icon" href="https://cdn.acwing.com/media/article/image/2021/12/17/1_be4c11ce5f-acapp.png">
</head>
<body>
<h2> 春江花月夜 </h2>
<h5> 张若虚 </h5>
<p>
春江潮水连海平,海上明月共潮生。<br>
滟滟随波千万里,何处春江无月明!<br>
江流宛转绕芳甸,月照花林皆似霰;<br>
空里流霜不觉飞,汀上白沙看不见。<br>
江天一色无纤尘,皎皎空中孤月轮。<br>
江畔何人初见月?江月何年初照人?<br>
人生代代无穷已,江月年年望相似。<br>
</p>
<hr>
<pre>
int main()
{
    int a, b;
    scanf("%d%d", &a, &b);
    printf("%d %d\n", a, b);
    return 0;
}
</pre>

<audio controls  src="https://cdn.acwing.com/static/web/audio/user/statistics/annual_summary/bgm.mp3">
        Your browser does not support the
        <code>audio</code> element.
</audio>
<video controls width="800">

    <source src="https://cdn.acwing.com/static/web/video/video1.mp4"
            type="video/mp4">

    <source src="https://cdn.acwing.com/static/web/video/video2.mp4	"
            type="video/mp4">

    Sorry, your browser doesn't support embedded videos.
</video>
</body>
</html>

root 站长
<video controls width="800">

    <source src="/videos/video1.mp4"
            type="video/mp4">

    <source src="/videos/video2.mp4"
            type="video/mp4">

    Sorry, your browser doesn't support embedded videos.
</video>
root 站长
<audio controls  src="http://music.163.com/song/media/outer/url?id=536096105.mp3">
        Your browser does not support the
        <code>audio</code> element.
</audio>
root 站长

春眠不觉晓,处处闻啼鸟。夜来风雨声,花落知多少。

root 站长
int main()
{
    int a, b;
    scanf("%d%d", &a, &b);
    printf("%d %d\n", a, b);
    return 0;
}
root 站长
春江潮水连海平,海上明月共潮生。
滟滟随波千万里,何处春江无月明!
江流宛转绕芳甸,月照花林皆似霰;
空里流霜不觉飞,汀上白沙看不见。
江天一色无纤尘,皎皎空中孤月轮。
江畔何人初见月?江月何年初照人?
人生代代无穷已,江月年年望相似。