Blog Archives for category HTML
HTML doctypes
HTML 5
1 |
<!DOCTYPE html> |
HTML 4.01 Strict
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
HTML 4.01 Transitional
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
HTML 4.01 Frameset
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> |
XHTML… Continue reading »
How to create an iPhone favicon for your website
To create an iPhone/Ipad/Ipod favicon or webicon for your site, you’ll want to create a 57×57 PNG file. Save it… Continue reading »