VOOZH about

URL: https://www.geeksforgeeks.org/html/html-link-disabled-attribute/

⇱ HTML <link> disabled attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML <link> disabled attribute

Last Updated : 26 Jul, 2022

The Disabled attribute for <link> element in HTML is used to specify that the linked document is disabled. A disabled link is un-clickable and unusable. It is a boolean attribute.

Note: This attribute is not supported in html5.

Syntax:

<link disabled> ----- </link>

Example:

Output:

👁 Image

Supported Browsers: 
 

  • Google Chrome
  • Internet Explorer
  • Firefox
  • Apple Safari
  • Opera


 

Comment
Article Tags: