Javascript inserción Flashcards

1
Q

Integrar código Javascript en HTML

A
<script type="text/javascript">
// Código JavaScript aquí.
</script>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Incrustar fichero Javascript en HTML

A
<script type="text/javascript" src="ficherojs.js"></script>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Etiqueta HTML indicativa de que el navegador no soporta JavaScript

A
<noscript>x</noscript>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly