HTML : 使用innerHTML绘制表格

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF8">
    <meta name="viewport" content="width=devicewidth, initialscale=1.0">
    <title>My Website</title>
</head>
<body>
    <header>
        <h1>Welcome to My Website</h1>
    </header>
    <nav>
        <ul>
            <li><a href="#home">Home</a></li>
            <li><a href="#about">About</a></li>
            <li><a href="#services">Services</a></li>
            <li><a href="#contact">Contact</a></li>
        </ul>
    </nav>
    <main>
        <section id="home">
            <h2>Home</h2>
            <p>This is the home page of my website.</p>
        </section>
        <section id="about">
            <h2>About</h2>
            <p>Learn more about me and my background.</p>
        </section>
        <section id="services">
            <h2>Services</h2>
            <p>Discover the services I offer.</p>
        </section>
        <section id="contact">
            <h2>Contact</h2>
            <p>Get in touch with me for any inquiries.</p>
        </section>
    </main>
    <footer>
        <p>&copy; 2022 My Website. All rights reserved.</p>
    </footer>
</body>
</html>
HTML : 使用innerHTML绘制表格
(图片来源网络,侵删)

原创文章,作者:未希,如若转载,请注明出处:https://www.kdun.com/ask/476516.html

(0)
未希新媒体运营
上一篇 2024-04-15 04:04
下一篇 2024-04-15 04:06

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

云产品限时秒杀。精选云产品高防服务器,20M大带宽限量抢购  >>点击进入