Wednesday, October 20, 2010

www.htmlcssdeveloper.com

Please visit www.htmlcssdeveloper.com/tutorial/ for advance css tutorial.

Or site will automatically redirect you to www.htmlcssdeveloper.com/tutorial/

Saturday, June 5, 2010

tag difference between html vs xhtml

HTML StyleXHTML Style
compactcompact="compact"
checked checked="checked"
declaredeclare="declare"
readonlyreadonly="readonly"
disableddisabled="disabled"
selectedselected="selected"
deferdefer="defer"
ismapismap="ismap"
nohrefnohref="nohref"
noshadenoshade="noshade"
nowrapnowrap="nowrap"
multiplemultiple="multiple"
noresizenoresize="noresize"

doctype declaration in xhtml

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

You need to add the code top of your page.