| 1234567891011121314151617181920212223 | <html>	<head>		<title></title>    <link rel="stylesheet" type="text/css" href="css/bootstrap.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>All about me</h1>		<a href="images/myk.png">		  <img src="images/myk.png" width="50%" />    </a>		<h3>This is me looking the other way</h3>	</body></html>
 |