Per nascondere i link ipertestuali occorrono almeno tre regole di stile:
Quindi il file HTML va cambiato nel seguente modo:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>titolo</title> <style type="text/css"> <!-- a { text-decoration: none; color: black; cursor: text; } --> </style> </head> <body> <p>Questo paragrafo <a href="n">contiene un</a> link ipertestuale</p> </body> </html>
Nota 2. Se non ve ne siete accorti, tutto il testo in questo file, tranne il listato, è un link.