pull/180/head
TheInfernal7 3 years ago
parent 12dd3374b8
commit a09e0afa0c

@ -0,0 +1,17 @@
//Formas de agregar javascript a una web
/*
- Guión en linea
- Guión interno
- Guión externo
- Múltiples scripts externos
*/
// Guión en linea
<!DOCTYPE HTML>
<html>
<head>
<title>30DaysOfScripts:Inline Scripts</title>
</head>
<body>
<button onclick="alert('Bienvenido a 30 days of script!')">Click Aqui</button>
</body>
</html>
Loading…
Cancel
Save