×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • SUPPORT

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

How do you specify the path for a URL path to link to an external website?

by EITCA Academy / Monday, 07 August 2023 / Published in Web Development, EITC/WD/HCF HTML and CSS Fundamentals, Further advancing in HTML and CSS, File paths in HTML and CSS, Examination review

To specify the path for a URL to link to an external website in HTML, you need to use the anchor tag (<a>) along with the href attribute. The href attribute is used to define the URL of the external website you want to link to. When specifying the URL, you can use either an absolute or a relative path.

An absolute path is a complete URL that includes the protocol (such as "http://" or "https://") followed by the domain name or IP address of the external website. For example, if you want to link to the homepage of Google, you would specify the absolute path as follows:

html
<a href="https://www.google.com">Go to Google</a>

In this example, the href attribute is set to "https://www.google.com", which is the absolute path to the Google homepage. When a user clicks on the link, it will take them to the specified URL.

On the other hand, a relative path is a path that is relative to the current document or the current location of the file. It does not include the protocol or domain name. Relative paths are useful when linking to pages within the same website or when the domain name is already known.

For example, if you have a webpage called "about.html" in the same directory as your current HTML file, you can link to it using a relative path as follows:

html
<a href="about.html">About</a>

In this example, the href attribute is set to "about.html", which is the relative path to the "about.html" page. When a user clicks on the link, it will take them to the "about.html" page in the same directory.

If the page you want to link to is in a different directory, you can specify the relative path accordingly. For example, if the "about.html" page is in a subdirectory called "pages", you can link to it using the following relative path:

html
<a href="pages/about.html">About</a>

In this example, the href attribute is set to "pages/about.html", which is the relative path to the "about.html" page in the "pages" subdirectory.

It's important to note that when using relative paths, the file structure and hierarchy should be taken into consideration. If the file you want to link to is in a parent directory, you can use "../" to navigate up one level. For example, if the "about.html" page is in a parent directory, you can link to it using the following relative path:

html
<a href="../about.html">About</a>

In this example, the href attribute is set to "../about.html", which is the relative path to the "about.html" page in the parent directory.

To specify the path for a URL to link to an external website in HTML, you can use either an absolute or a relative path. Absolute paths include the complete URL, while relative paths are paths that are relative to the current document or location of the file.

Other recent questions and answers regarding EITC/WD/HCF HTML and CSS Fundamentals:

  • Why is having a sitemap particularly important for large websites or websites with poorly linked content?
  • What steps are involved in creating and registering an XML sitemap with search engines like Google?
  • What is the difference between an HTML sitemap and an XML sitemap, and how does each serve its intended audience?
  • How can including a sitemap on the front page of a website benefit both users and search engines?
  • What are the primary functions of a sitemap in the context of website usability and SEO?
  • What are the benefits and potential drawbacks of over-applying the DRY principle in web development?
  • How can the DRY (Don't Repeat Yourself) principle be applied to CSS to improve maintainability and reduce errors?
  • What are some potential negative impacts of using non-semantic elements like `<div>` tags on SEO and performance?
  • How does the overuse of `<div>` tags affect the separation of concerns in web development?
  • What is "divitis" in HTML, and why is it considered a bad practice?

View more questions and answers in EITC/WD/HCF HTML and CSS Fundamentals

More questions and answers:

  • Field: Web Development
  • Programme: EITC/WD/HCF HTML and CSS Fundamentals (go to the certification programme)
  • Lesson: Further advancing in HTML and CSS (go to related lesson)
  • Topic: File paths in HTML and CSS (go to related topic)
  • Examination review
Tagged under: CSS, File Paths, HTML, URLs, Web Development
Home » EITC/WD/HCF HTML and CSS Fundamentals / Examination review / File paths in HTML and CSS / Further advancing in HTML and CSS / Web Development » How do you specify the path for a URL path to link to an external website?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (106)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Reddit publ.)
  • About
  • Contact
  • Cookie Policy (EU)

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on Twitter
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF), governed by the EITCI Institute since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    Follow @EITCI
    EITCA Academy

    Your browser doesn't support the HTML5 CANVAS tag.

    • Artificial Intelligence
    • Cloud Computing
    • Quantum Information
    • Web Development
    • Cybersecurity
    • GET SOCIAL
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.