<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Links and Images</title>
</head>
<body>
<a href="https://google.com"target="_blank">Go to Google</a> <br>
<a href="https://twitter.com"target="_blank">Go to Twitter</a> <br>
<a href="https://facebook.com"target="_blank">Go to Facebook</a> <br>
<a href="https://linkedin.com"target="_blank">Go to Linkedin</a> <br>
<a href="/tut5.html"target="_blank">tut5</a> <br>
<img src="D:\Complete Web Develop Bootcamp/Zoya.jpg.jpg" alt="Error Loading Images" srcset="">
</body>
</html>
No comments:
Post a Comment