Posts Tagged ‘Links’

Techniques to promote a website

May 14, 2010, Posted by admin at 4:42 am

web-promotion

1. Web Advertising

Payment systems per click (PPC) The pay-per-click systems are to pay other webmasters to put your advertising on his website. These systems operate by paying per click, ie you pay each time a user clicks on the ad that leads to your website. (more...)

Read More

Why register your own domain name

May 3, 2010, Posted by admin at 3:14 am

how-register1If you have a website but not a domain name itself, the type www.miweb.com, you should seriously consider registering a. As has been said ad nauseam, a domain name is your brand on the Internet, so that the others will recognize and remember.  (more...)

Read More

The interface design

May 1, 2010, Posted by admin at 10:00 am

interface-designWhen you access any of the many sources of information, from simple books to computers, we find that the information is organized so that content can be accessed easily. In some cases, such as books, for example, continued use for generations has made this organization is standardized and are easy for readers to find each of the elements that constitute it. Read the rest of this entry »

Read More

Add Links to your Page

May 14, 2009, Posted by admin at 9:51 am

The code for adding a link looks like this:

<A HREF= “http://www.any_web_site.com”> Your text </a>
Start of all link tags Web page address. Note: if the page to be linked is in the same directory as the page being currently viewed, only the file name needs to be given here. (Example: <a href=”myfile.html”>) Add the text or image tag here. The image or text will be “hot” (the viewer can click on it to go the the intended link page) Closing tag. DON’T forget this!!

Read More