<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="code.xsl" ?>
<dns4.nl>
<voorbeeld>
<title>HSLA CSS3 voorbeeld</title>
<verwijzende_link>http://www.dns4.nl/pagina/css_code/hsla.html</verwijzende_link>
<informatie>
doe de style code in de head van de pagina,
en de divjes in de body-sectie.
</informatie>
<programma_code>
<![CDATA[
<!-- de code begint vanaf hier.

	<style type="text/css">
		.q0{height:60px; width:90px;border:#dddddd solid 1px;margin-left:10%}
		.q1{background:hsla(175, 85%, 60%, 0.2); height:22%;}
		.q2{background:hsla(175, 85%, 60%, 0.3); height:20%;text-align:center;color:#ffbb00;font-weight:bold;}
		.q3{background:hsla(175, 85%, 60%, 0.4); height:20%;text-align:center;color:#ffbb00;font-weight:bold;}
		.q4{background:hsla(175, 85%, 60%, 0.5); height:20%;}
		.q5{background:hsla(175, 85%, 60%, 0.6); height:18%;}
	</style>

	<div class="q0">
		<div class="q1"></div>
		<div class="q2">CSS3</div>
		<div class="q3">HSLA</div>
		<div class="q4"></div>
		<div class="q5"></div>
	</div>

de code is hier geeindigd.
// -->
]]>
</programma_code>
<code_link>http://www.dns4.nl/pagina/alle_tekst_files.html</code_link>
</voorbeeld>
</dns4.nl>
