gpt4 book ai didi

javascript - 为无序列表设置 onclick() 属性

转载 作者:行者123 更新时间:2023-11-28 15:59:41 24 4
gpt4 key购买 nike

我是网络开发新手

我需要知道如何为无序列表中的元素设置 onclick() 属性

这是我的代码:

<ul id = "headlist">
<li>Home</li>
<li>Gallery</li>
<li>Downloads</li>
</ul>

如何为元素设置 onclick 属性,并根据列表中的元素,点击应该将用户带到特定网页

最佳答案

你的 HTML 有点错误,像这样的东西怎么样:

<ul id = "headlist">
<li><a href="link-to-the-page">Home</a></li>
<li><a href="link-to-the-page">Gallery</a></li>
<li><a href="link-to-the-page">HomeDownloads/a></li>
</ul>

关于javascript - 为无序列表设置 onclick() 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28505054/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com