【HTML】HTML Links
HTML links are defined with the <a> tag.
<!DOCTYPE html> <html> <body> <a href="http://www.w3schools.com"> This is a link</a> </body> </html>
HTML links are defined with the <a> tag.
<!DOCTYPE html> <html> <body> <a href="http://www.w3schools.com"> This is a link</a> </body> </html>