alt+shift+8:
left curly bracket, {
alt+shift+9:
left curly bracket, }
IT, computer and programming tutorials and tips that i couldnt find anywhere else using google, from my daily work as a Senior Developer of solutions using Java and Linux.
20150217
20150211
do you close an html link tag in html5? NO.
I just read w3schools article on the html link tag:
so I naturally wondered: "What about HTML5?"
In HTML5, the link tag isn't closed and looks like this:
<link rel="stylesheet" href="default.css">
Source: W3 HTML5 The link element
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
Subscribe to:
Posts (Atom)