Hyperlinks tags
Coding (Html5)
How did the WWW become so popular using hyperlinks
One of the features that made the fortune of the web is that, it is being formed not by words, but by hypertexts (another of the features that have made the Web is undoubtedly the ability to interact, but that's another story).
The links are "the bridge" that allows you to switch between text.
As such, the links are formed by two components:
The content | The Resource |
It is the visible part of the link, and that is why the user should always be able to understand what links to click within the page | This is another page (on the same server or on a different server), or it is an internal connection to a location on the page itself |
"Hides" the connection (whether it's text or image) | It indicates the direction which you are linking |
Links pointing to other documents
Here is the syntax to create a link with reference to a web site:
The content developers are on
Then the browser will behave differently depending on the resource.
The Ancor
The hash indicates that the link should look for an anchor within the page itself.
This fact is a great ploy to create empty links (in some cases are helpful).
To create an internal index to the page thus proceeds in two distinct phases:
- Creating anchor to aim (
- Creation of the anchor connection you just created and reference through the hash ()
Ever thought on learning some server-side language?
Check out my reviews of 24 of the most popular PHP framework currently available