Solucio enllaços
De wikiserver
La revisió el 13:55, 28 gen 2015 per Jnoguera (Discussió | contribucions) (Es crea la pàgina amb «<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the temp…».)
<!DOCTYPE html> <html>
<head> <title>TODO supply a title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> <body>
TODO write content
parrafo 0
<a href="http://www.1.es">1</a>
<a href="http://www.2.es">2</a> <a href="http://www.3.es">3</a>
<a href="http://www.4.es">4</a> <a href="http://www.5.es">5</a>
<a href="http://www.6.net">6</a> <a href="http://www.7.net">7</a> <a href="http://www.8.net">8</a> <a href="http://www.9.net">9</a>
<a href="http://www.10.net">10</a> </body>
<script type="text/javascript">
var enlaces = document.getElementsByTagName("a"); var num_enlaces = document.getElementsByTagName("a").length; document.writeln("
nombre d'ençallos:" + num_enlaces);
document.writeln("
direccions web:"); for (i = 0; i < num_enlaces; i++) document.writeln("
" + enlaces[i].href); var parrafos=document.getElementsByTagName("p"); var long=parrafos // for(i=0;i<;i++) // document.writeln("
" + document.getElementsByTagName("a")[i].href); </script>
</html>