HTML hyperlinks

HTML hyperlinks are denoted with <a> symbols to indicate the beginning of one, and with </a> symbols to indicate the end of it. Within <a> tag it is possible to have a few options:

href will indicate which page or section of a page needs to be opened after a link is clicked.

target equal to _blank will open this link in a new page.

For a full list of targets, please visit https://www.w3schools.com/tags/att_a_target.asp page.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator