HTML template
HTML and CSS template from a dutch book. Suffice to say, this will probably be useful only to beginning web developers who speak dutch.
HTML TEMPLATE:
<!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” xml:lang=”nl” lang=”nl”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<meta name=”description” content=”beschrijving van de webpagina” />
<meta name=”keywords” content=”trefwoorden, gescheiden, door, komma’s” />
<title>Titel van de webpagina</title>
</head>
<body></body>
</html>
CSS TEMPLATE:
/* proefstylesheet voor validatiedoeleinden */
body {
font-family : Georgia, Palatino, serif;
color : maroon;
background : #fdf;
}h1 {
text-transform: uppercase;
font-size : 200%;
line-height : 90%;
letter-spacing: 1em;
background : fuchsia /* roze */
}h2 {
font-variant : small-caps;
font-size : 160%;
font-style : italic;
font-weight : normal;
text-align : right;
color : teal;
background : #ffaaff url(afb_jaar/orbit.gif) no-repeat 50% 50%;
}p {
line-height : 150%; /* anderhalve regelafstand */
letter-spacing: 0.1em;
text-indent : -1em;
}a {
font-weight : bold;
background : silver;
}
Leave a Comment »
RSS feed for comments on this post. TrackBack URI
Leave a Reply
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.