By: Michael Muracco January 31, 2012

1. <cite> All of us will be familiar with the <blockquote> tag, but did you know about <blockquote>’s little brother <cite>? <cite> allows you to define the text inside of the element as a reference.  Read the Rest..

By: Michael Muracco December 9, 2011

Here are just a few of the many great new features HTML 5 has to offer!   New Doctype The old XHTML  doctype <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> The new HTML 5  Read the Rest..

By: Michael Muracco March 8, 2011

A great way to enhance the visual appearance of various block-level elements is to use a “rounded-corner” effect. On my website I use CSS to create rounded corners for several different types of elements, including  Read the Rest..

By: Michael Muracco March 4, 2011

CSS3 finally eliminates the need for Photoshop when all you want to do is a simple shadow. The text-shadow property is used as follows: text-shadow: 2px 2px 2px #000; This produces the following text with  Read the Rest..