| 12345678910111213141516171819202122232425262728293031 | <html>	<head>		<title></title>		<link rel="stylesheet" type="text/css" href="css/no.css" />	</head>	<body>		<a href="index.html">Home</a>		  		<a href="aboutme.html">About me</a>		 		<a href="contact.html">Contact me</a>		<hr></hr>		<h1>Contact details</h1>		Here is my address:		<ul>			<li>133, my street</li>			<li>My town</li>			<li>My nation</li>			<li>Final item in the list</li>		</ul>	</body></html>
 |