Close Menu
    Facebook X (Twitter) Instagram
    Oixiesoft
    • Home
    • Services
      • WordPress Malware Removal
      • Fix WordPress Errors
      • WordPress Website Development
    • Articles
    • Contact
    Oixiesoft
    Home»Tutorial»html»HTML links
    html

    HTML links

    Editorial StaffBy Editorial StaffNo Comments1 Min Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    HTML Links – Hyperlinks

    HTML uses a hyperlink to jump to another web document. HTML anchor or <a> tag define a hyperlink. The <a> tag can lead to any resource on the Web: an image, a sound file, an HTML page, a movie, and so on.

    Syntax

    <a href="url">link content</a>

    The main attribute of the <a> tag is the href attribute. The href attribute point to the link’s destination.
    The link content is the section that will be seen to the reader.

    Example

      <!DOCTYPE html> 
      <html> 
      <body>
    <a href="https://www.oixiesoft.com/">Visit Oixiesoft.com!</a>
      </body> 
      </html>
    

    Output

    Visit Oixiesoft.com!

    HTML Links – The target Attribute

    By default, the new page will open in the same anchor window.

    The target attribute indicates where to open the linked page. 

    target = “_self”  default browser window

    target = “_parent” open the new document in the base frame.

    target = “_top” open the new document into the entire browser window.

    target = “_blank” open the new document in a new window.

    Example

      <!DOCTYPE html> 
      <html> 
      <body>
    <a href="https://www.oixiesoft.com/" target="_blank">Visit Oixiesoft.com!</a>
      </body> 
      </html>
    

    Output

    Visit Oixiesoft.com!
    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Editorial Staff

    Related Posts

    CodeIgniter vs Laravel: A Detailed Side-by-Side Comparison

    Python Arrays

    Python Lambda

    • HTML Introduction
    • HTML Editors
    • HTML Tags
    • HTML Attributes
    • HTML Headings
    • HTML Paragraphs
    • HTML Comments
    • HTML Styles
    • HTML Text Formatting
    • HTML Colors
    • HTML links
    • HTML Images
    • HTML Styles – CSS
    • HTML Tables
    • HTML Lists
    • HTML Forms
    Services
    • Web Development
    • Mobile Application Development
    • WordPress Malware Removal Service
    • Website Design
    • WordPress Development
    • Magento Development
    • Shopify Development
    • SEO Services
    Blog
    • How to Fix the Error Establishing a Database Connection
    • Ping List WordPress
    • How To Fix Japanese Keyword Hack
    • How to remove Malware from WordPress
    Hire Developers
    • Hire WordPress Developer
    • Hire Shopify Developer
    Contact Info
    • Oixiesoft Technologies
      A-40, Block A, I thum Tower, Sector 62, Noida
    • sales@oixiesoft.com
    • Privacy Policy
    • About Us
    • Contact Us
    © 2025 OixieSoft Technologies

    Type above and press Enter to search. Press Esc to cancel.