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.

The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.
My Music (Nickleus)
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)