Using the word 'me' to refer to myself may be jarring for the user who may think 'me' refers to him/her. For example, a link written 'let me in' may well lead to a sign-up for an e-newsletter
		
			
				
	
	
		
			31 lines
		
	
	
		
			484 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			484 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <body>
 | |
| <p>
 | |
| Welcome.
 | |
| </p>
 | |
| 
 | |
|   <hr />
 | |
|   <p><h3>Menu
 | |
|   </h3>
 | |
|   </p>
 | |
|   <ul>
 | |
|     <li><a href="religion.html">Religion
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="dvcs.html">Software development
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="activity.html">Online activity elsewhere
 | |
|       </a>
 | |
|     </li>
 | |
|       <li>
 | |
|     <a href="https://www.paypal.me/tonytoni">Donate</a>?
 | |
|       </li>
 | |
|       
 | |
|   </ul>
 | |
| <hr />
 | |
| <p>I have viewed this web-page in the Internet-browsers Lynx and Chrome
 | |
| </p>
 | |
| </body>
 | |
| </html>
 |