Differences Between HTML and XHTML
In HTML the <link> tag has no end tag.
In XHTML the <link> tag must be properly closed.
In HTML5, the link tag isn't closed and looks like this:
<link rel="stylesheet" href="default.css">
Source: W3 HTML5 The link element
No comments:
Post a Comment