Implementando um efeito de hiperlink, isso representa os elementos desta página
A cópia do código é a seguinte:
<html>
<head>
<script type = "text/javascript">
função mover (obj) {
obj.color = "vermelho";
}
função mout (obj) {
obj.color = "azul";
}
</script>
</head>
<Body>
<font style = "cursor: mão"
OnClick = "Window.Location.href = 'http: //www.baidu.com/'"
onmouseover = "Mover (this)"
onmouseout = "mout (this)"> Bem -vindo </font>
</body>
</html>
Vocês sabem alguma coisa sobre o incidente de JavaScript? Deixe -me uma mensagem se tiver alguma dúvida