<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTML Links</title>
</head>
<body>
<a href= "aboutus.php" target="_blank">About us </a>
<a href= "https://www.google.com/" target="_blank">Google</a>
</body>
</html>