HTML <blockquote>
The blockquote tag’s default styling results in a block-level block of text with a left indent. The following HTML code: results in the following: HTML <blockquote> (with a Shakespeare parody)…
productivity through technology
The blockquote tag’s default styling results in a block-level block of text with a left indent. The following HTML code: results in the following: HTML <blockquote> (with a Shakespeare parody)…
It is a common practice on very long web pages to create a link from one part of a web page to another location on the same page to avoid…
The world of technology is littered with three-letter-acronyms and other abbreviations. Rather than provide the full term in brackets after an abbreviation, the option to use the <abbr> tag should…
You can caption and credit your images on your webpage using one of the new tags introduced in HTML5, the <figcaption> tag which accompanies the <figure> tag. The tag <figure>…
So I set out to add some placeholder text for login fields in my CakePHP project. First I tried the default attribute, and then started implementing some Javascript to clear the…
After a recent WordPress upgrade, I noticed that the acronym button is no longer available in the Tiny MCE editor plugin I use. I am a big fan of generating…