<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linkes and Images</title>
</head>
<body>
<!-- <a href=""></a> ,anchor tag use for target many linkes -->
<a href="https://www.google.com">Go to Google</a>
<a href="https://www.facebook.com">Go to facebook</a>
<a href="https://www.patrika.com">Go to patrika</a>
</body>
</html>
Comments
Post a Comment