HTML

Topic: Links

What is a Link Syntax?

The HTML code for a link is simple. It looks like this:<a href="url">Link text</a> The href attribute specifies the destination of a link.Ex: <a href="http://www.w3schools.com/">Visit W3Schools</a> 

Browse random answers: