Archive for the ‘HTML’ Category
Tuesday, April 1st, 2008
I got to thinking about something today, I spent a good part of the day redesigning the MySpace layout for Majin Planet. Now I have to tell you that I believe myself to be a damn good html coder and I have to tell you not only does coding the ...
Posted in CSS, HTML, SEO, Web Design | No Comments »
Tuesday, December 18th, 2007
In this Tutorial, I'll show you how to make a simple top menu like the one feature on this web site. Just follow the code examples below. You are welcome to change the code to more your liking. Remember when using display: inline over using a float, you have much ...
Posted in CSS, HTML | No Comments »
Tuesday, December 18th, 2007
HTML 4.01 Transitional
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
HTML 4.0.1 Strict
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
XHTML 1.0 Transitional
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
XHTML 1.0 Strict
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
XHTML 1.1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html ...
Posted in HTML | No Comments »
Tuesday, December 18th, 2007
HTML and Web Design 10 Do's and Don'ts
1. DONT - Page Counters: Page counters do one thing for you, nothing at all but make you look like an amateur. They make your design look very mess. Also the last thing you should be letting your visitors know ...
Posted in CSS, HTML, SEO, Web Design | No Comments »
Monday, December 3rd, 2007
Alright the best way to show you how to do a menu using UL tag and css was to just make an exmple for you. I may even take this and put in on the site with my old Tutorials. Alright lets being.
Posted in CSS, HTML | No Comments »