<!DOCTYPE html> <html> <head><title>Hyperlinks</title></head> <body> <a href="https://www.youtube.com" target="_blank">Visit YouTube</a><br><br> <a href="https://lictbhuna.in" target="_blank"> <img src="logo.jpg" width="200"> </a> </body> </html>