Document.html
<!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>Document</title>
</head>
<body>
<a href="http://google.com" target="-blank">Go to google</a><br>
<a href="http://facebook.com" target="-blank">Go to facebook</a><br>
<a href="http://twitter.com" target="-blank">Go to twitter</a><br>
<a href="http://linkedin.com" target="-blank">Go to linked in</a><br>
<a href="/tut.html" target="-blank">tut4</a>
<img src="shruti.img" alt="Error loading image">
<img src="https://source.unsplash.com/1600x900/?nature,water" alt="remote image">
</body>
</html>
Comments
Post a Comment