Link is allowed in BODY.
I had same problem validating link tag in HTML5 and I solved it with this
<link rel="stylesheet" property="stylesheet" href="https://stackoverflow.com/questions/6236097/css/homepage.css">
Need to have both property
and rel
tag
UPDATE 2016 (thanks to yuyokk below):
There was a change to HTML5 spec recently that allows having links in the body
Related Contents:
- Are (non-void) self-closing tags valid in HTML5?
- Can I use non existing CSS classes?
- Google fonts URL break HTML5 Validation on w3.org
- Is there a valid way to disable autocomplete in a HTML form?
- Best practice for meta data in a html document?
- No p element in scope but a p end tag seen.w3c validation
- How to write W3C compliant multi-level bullet points in HTML?
- The frameborder attribute on the iframe element is obsolete. Use CSS instead.
- W3C HTML validation error – Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections
- Google Chrome form autofill and its yellow background
- How to set a fixed width column with CSS flexbox
- Why do we need a fieldset tag?
- How to open a link in new tab using angular?
- Ignore parent padding
- Is it possible to make an HTML anchor tag not clickable/linkable using CSS?
- make an html svg object also a clickable link
- CSS background image alt attribute
- How can I hide an HTML table row so that it takes up no space?
- Scale image to fit a bounding box
- Giving a border to an HTML table row,
- How to set an image’s width and height without stretching it?
- Make Div overlay ENTIRE page (not just viewport)?
- How to position a div scrollbar on the left hand side?
- CSS: How can I set image size relative to parent height?
- Hide Email Address from Bots – Keep mailto:
- CSS Progress Circle
- Why should I use ‘li’ instead of ‘div’?
- How to center cards in bootstrap 4?
- when to use UL or OL in html?
- HTML5 localStorage size limit for subdomains
- Inline SVG vs SVG File Performance
- Is it considered bad practice to use absolute positioning? [closed]
- Why do I need a doctype? (What does it do) [duplicate]
- what’s the easiest way to put space between 2 side-by-side buttons in asp.net
- What does it mean in HTML 5 when an attribute is a boolean attribute?
- How To Add CSS3 Transition With HTML5 details/summary tag reveal?
- document.body.scrollTop is always 0 in IE even when scrolling
- CSS On hover show another element
- .htm or .html extension – which one is correct and what is different?
- CSS non-wrapping floating divs
- Make index.html default, but allow index.php to be visited if typed in
- Is it possible to perform Includes with flask?
- hide placeholder with css
- How to stop Bootstrap carousel from autosliding?
- CSS Border on PNG image with transparent parts
- Align a div to center
- How to make hover state on row table with CSS grid layout
- Combining the meta description and Open Graph Protocol description into one tag
- Bootstrap 3: How to get two form inputs on one line and other inputs on individual lines?
- what is this bullet point not showing up with circles?