14 lines
		
	
	
		
			195 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			195 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| <html>
 | |
| <head>
 | |
| <title>Link test</title>
 | |
| </head>
 | |
| <body>
 | |
| <p>
 | |
| <a href="foobar">Hello world</a>,  this is a test.
 | |
| </p>
 | |
| <a href="foo">Foo</a><br />
 | |
| <a href="bar">Bar</a><br />
 | |
| The end.
 | |
| </body>
 | |
| </html>
 |