域名备案后,需要在网站首页添加自己 的备案号,并且指向工信部首页,以下是示例的代码。

另外,这是个人网站的写法,企业网站可能还有不同

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>我的网站</title>
</head>
<body>

<div class="foot_bot">
    <font><a    style="color:#4f4f4f;"></a>欢迎来到my</font>
</div>


<iframe frameborder="0" scrolling="no" style="width: 100%;height:1080px;"></iframe>
<center style="padding: 0;margin:0;list-style: none">
    <br><a href="https://beian.miit.gov/shouye.html">闽ICP备20xxxxx号-1</a>
</center>


</body>



</html>

更多推荐

在首页添加备案信息(个人网站)的html示例