w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



link, display in browser

Browser display, link element


Display: none


Video demonstration link element, view in browser

HTML5 link, browser display, Tutorial

min video details
00:07 link element is present
00:13 since link element has no content, being a void element, there's nothing to display in browser
00:19 TESTING a LINKED RESOURCE (1)
00:19 linking an icon to our html page
00:47 refreshing the page
00:47 the linked resource displayed in browser tab
00:54 TESTING a LINKED RESOURCE (2)
00:54 linking a cascading style sheet to the page
01:18 the css rules defined inside the main.css file (the linked resource) applied to index.php tags and displayed in browser window
01:20 note: page background-color is now purple blue
01:25 TESTING a LINKED RESOURCE (3)
01:25 linking an html file, which represents the next file for the current document
01:42 the linked resource (page2.php) did not display in browser, the link tag holds information useful and visible for user agents only
01:50 Conclusion: some linked resources display in browser (tab, window) and some others don't
link intro link optional link parents link examples & interpretation hyperlink vs external resource link link syntaxlink href attributelink hreflang attributelink media attributelink rel attributelink type attributelink itemprop attributelink title attribute