Results 1 to 6 of 6

Thread: how to link one page to another page in html using button..?

Hybrid View

  1. #1

    Default how to link one page to another page in html using button..?

    Hello friends,

    how to link one page to another page in html using button..?

  2. #2
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    2,096

    Default

    You can use the a href tag in HTML to link one page to another.
    Cheap VPS Hosting | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop Access
    Cheap Dedicated Servers | Linux Dedicated Server Hosting

  3. #3
    Join Date
    Jul 2019
    Posts
    264

    Default

    To insert a link, use the <a> tag with the href attribute to indicate the address of the target page. Example: <a href="http://www.google.com"> . You can make a link to another page in your website simply by writing the file name: <a href="page2. html"> .

  4. #4

    Default

    The plain HTML way is to put it in a <form> wherein you specify the desired target URL in the action attribute.

    <form action="http://google.com">
    <input type="submit" value="Go to Google" />
    </form>

  5. #5

    Default

    You can utilize a href tag to link from one page to another and syntax is

    <a href="ur">keyword</a>

  6. #6
    Join Date
    Jul 2019
    Location
    india
    Posts
    12

Similar Threads

  1. HTML and CSS Validation: Should You Validate Your Web Page?
    By oolech in forum Web Design Solutions
    Replies: 7
    Last Post: 01-06-2023, 09:52 AM
  2. Replies: 2
    Last Post: 06-14-2019, 06:24 PM
  3. What is your favorite row in the landing page or home page design?
    By johnwest in forum Web Design Solutions
    Replies: 2
    Last Post: 12-30-2017, 06:49 PM
  4. html colors on my page?
    By jonys in forum Web Design Solutions
    Replies: 10
    Last Post: 11-25-2017, 10:52 AM
  5. Get on First Page of Google: High Quality Link Building and SEO Services at Low Price
    By rf-harris in forum Web Hosting and Related Offers Forum
    Replies: 0
    Last Post: 02-13-2017, 04:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •