What format should be used for the content after <body? Can I put a web link?
P粉830582541
P粉830582541 2022-09-24 19:26:01
0
2
917

<What format should be used for the content after the body? Can I put a web link?

P粉830582541
P粉830582541

reply all(1)
WBOY

You can use the <a> tag within the body tag to place a web link, and the a tag is used to define a hyperlink

<body>
<a href="网页链接">连接显示名称</a>
</body>

Example:

<body>
<a href="http://www.php.cn">PHP中文网</a>
</body>

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!