Tools, FAQ, Tutorials:
Hyper Links in HTML Documents
What Are Hyper Links?
✍: FYIcenter.com
A hyper link is a special text in an HTML document defined
with a hidden link to another resource on the Internet. While viewing
the HTML document, you can click the hyper link, the browser
will follow the hidden link to fetch the linked resource to you.
Hyper links in HTML documents are specified with "a" elements. Different types of resources can be linked behind hyper links, like HTML documents, images, video clips, and executable programs.
Â
⇒⇒HTML Tutorials
2017-07-15, 1083👍, 0💬
Popular Posts:
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...