ビジターの追加、マシンの追加、ホストの追加、オペレーターの追加の 4 つのリンクがあります。リンクをホバリングしてもカーソル アイコンが変化しないことに驚きました。ここに私のコードがあります
<div style="margin-left:800px;margin-top:-200px;"><a style="text-decoration:none" href="addvisitorui.php"><label for="addvisitor">ADD VISITOR</a></div>
<div style="margin-left:800px;"><a style="text-decoration:none" href="addmachine/addmachineui.php"><label for="addmachine">ADD MACHINE</a></div>
<div style="margin-left:800px;"><a style="text-decoration:none" href="addhost/addhostui.php"><label for="addhost">ADD HOST</a></div>
<div style="margin-left:800px;"><a style="text-decoration:none" href="addoperator/addoperatorui.php"><label for="addoperator">ADD OPERATOR</a></div>
誰かが私が間違っていることを教えてもらえますか.ありがとう