Q&A for How to Create a Link With Simple HTML Programming

Return to Full Article

Search
Add New Question
  • Question
    What's better, a 32 bit or 64 bit laptop?
    Community Answer
    While most programs will run fine on 32 bit PCs (or have an alternative 32 bit version of software), gamers go for 64 bit because it allows for more RAM. You need to ask yourself if you need it.
  • Question
    Is there a program to show hyperlink?
    Community Answer
    You'll want to take a look at JavaScript and jQuery for animating and dynamically creating elements on the fly. These programming languages/libraries can let you adjust the content of the link whenever you want (on the viewer's screen).
  • Question
    How can I link one webpage to the other?
    Community Answer
    First, you need to find the URL for the webpage you want to link to. In your HTML, you will use this line of code to link to the site. If you want, you could mess with the style and add text to the link.
  • Question
    How can I create a link between a login page and a simple page?
    Community Answer
    Login pages can get tricky if you're trying to keep things secure (you'll need session cookies, secure http, etc.) If you don't care about security, you can add a link like normal.
Ask a Question

      Return to Full Article