< Combine flag and country into one image
5 Jan 2009 > 4 Comments
A <div>/CSS based Template Tutorial.
Before starting this tutorial you need to choose a <!DOCTYPE> that informs the browser what type of mark up language you are using. I recommend using either a HTML 4 (Strict) or XHTML (strict) doctype.
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”
“http://www.w3.org/TR/html4/strict.dtd”>
<html lang=”en”>
<head>
<title>html document</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<link rel=”stylesheet” type=”text/css” href=”" media=”screen” >
</head>
<body>
</body>
</html>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html lang=”en” xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<title>html document</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″ />
<link rel=”stylesheet” type=”text/css” href=”style.css” media=”screen” />
</head>
<body>
</body>
</html>
It’s good practice to check your HTML and CSS documents using the online validators.
Comment on May 3, 2009 at 5:50 pm
Awesome tutorial. It really helped me. How’s this? http://www.majhost.com/gallery/Ultimate-Collector/stuff/div-css_template.txt I had to do .txt, the host doesnt allow .html.
Comment on August 2, 2009 at 2:52 am
Your still alive Mahud?
Comment on August 6, 2009 at 8:17 pm
nah, im dead
Comment on April 24, 2010 at 2:17 am
Потрясающе! Хочется перечитывать снова и снова… Такие авторы сегодня большая редкость.
Mahud Version 5 © 2006-2008 > powered by Mr Whippy Wordpress