eHow launches Android app: Get the best of eHow on the go.
Summary: Writing an HTML hyperlink for a Web page uses the anchor tag with a ref parameter in the opening tag indicating the destination of the link with a relative, absolute or anchor URL. Write an HTML hyperlink when creating a Web site with tips from a software developer in this free video on Web design and the Internet.
Luis Estrada has a Bachelor's degree in Computer Science. He specializes in developing web sites and web applications. Estrada has been designing and creating websites for more than 8...read more
"Hello my name is Luis Estraca and I'm a software developer. In this clip I'll show you how to write and HTML hyper-link. HTML links can point to another website, another page on the same site, another location on the same page, a file such as a picture, audio clip, movie, etc. All HTML links use the anchor tag. A ref parameter inside the opening tag indicates the destination of the link in the form of scheme, host, domain and file name. Where scheme refers to the service type which is most commonly HTTP, that is the transmission of web pages. The domain refers to the top level address of a site. For example, Yahoo.com or Google.com. The host usually refers to a sub domain or service in that site. For example, when you say images.Google.com you refer to the image service at the Google website. The file name is the name of the file including the extension. The h ref parameter can use either a relative, absolute, or anchor URL. When you use relative URL you specify the location of the source relative to the location of the HTML file that contains the link. For example, if I have two HTML files inside the same folder, one called page one and the other page two a relative URL would be a simple as h ref equals page two.HTML. If you use an absolute URL you have to specify the entire path including scheme, host, domain, and file name. For example, this one. When you use and anchor URL you have to specify the destination of the link with another anchor tag inside the same page. For example, at the top of the site I have a link sum text that is at the end of the page. I add an anchor tag as h ref my link. Now on the bottom part add another tag only this one instead of having the h ref attribute has the same attribute. In this case it is called my link. Now go to the browser and click on the link and you see that the browser scrolls down to that location. I'm Luis Estraca and I've just showed you how to create web pages using HTML."
eHow Article: How to Write an HTML Hyperlink
Comments
fibromate said
on 8/23/2009 You need to know something about HTML before watching this video, so this should be rated intermediate to advanced. Otherwise it was a well-done video, clear voice and explanation.