Basic [] HTML links HTML links<!DOCTYPE html> <html> <body> <a href="http://www.google.com"> This is a link</a> </body> </html> OutputThis is a link