Correct use of Blockquote, q and cite?

Yes. They are not presentational elements — blockquote represents a block quotation, q represents an inline quotation, and cite represents a reference to a name, work, standard, URL, etc. You do have some validation errors that are fairly common with blockquote. A blockquote element cannot be inside a paragraph, and in HTML4 actually needs to … Read more

How does one target IE7 and IE8 with valid CSS?

Explicitly Target IE versions without hacks using HTML and CSS Use this approach if you don’t want hacks in your CSS. Add a browser-unique class to the <html> element so you can select based on browser later. Example <!doctype html> <!–[if IE]><![endif]–> <!–[if lt IE 7 ]> <html lang=”en” class=”ie6″> <![endif]–> <!–[if IE 7 ]> … Read more

Can we place “ inside “ according to web standards?

Yes, you can – the DTD says: <!ELEMENT h1 %Inline;> <!ENTITY % Inline “(#PCDATA | %inline; | %misc.inline;)*”> <!ENTITY % inline “a | %special; | %fontstyle; | %phrase; | %inline.forms;”> <!ENTITY % special “%special.pre; | object | img “> That basically means h1 can contain %Inline, which is made of various things, including img

Do SVG docs support custom data- attributes?

While other answers are technically correct, they omit the fact that SVG provides an alternative mechanism for data-*. SVG allows any attribute and tag to be included, as long as it doesn’t conflict with existing ones (in other words: you should use namespaces). To use this (equivalent) mechanism: use mydata:id instead of data-myid, like this: … Read more

Why is there no OFFICIAL JavaScript reference? [closed]

It’s not like there is an official JavaScript release. All the browsers have made their own JavaScript engine – some are using the same though. But especially Internet Explorer has its own version that doesn’t support a lot of what the other browsers support, making it very difficult to make a general JavaScript reference. Edit: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)