HTML links

Link are displayed on a HTML page by using <a> tag. href option will indicate which document needs to be opened when a link is clicked. href tag has an optional target parameter. If target is equal _blank, then a new window will be opened, default behavior is that a page will be opened in the same window.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator