3 E SIA: Pagina Html con uno stile CSS e Link colorati




<!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">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Senza nome 2</title>
<style type="text/css">
.auto-style1 {
font-size: xx-large;
font-weight:bold;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
color: red;
text-align:center;
}
.auto-style2 {
text-decoration: underline;
}
</style>
</head>
<body style="background-image: url('5pagine/immagini/muro_mattoni.jpg')">
<div class="auto-style5">
<b><br />

<p class="auto-style1">grandezze e <em>colori dei caratteri</em> -
<span class="auto-style2">dimensioni
predefinite</span></p>
</body>

</html>


<!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">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Senza nome 2</title>
</head>

<body bgcolor="yellow" text="blue" link="#ff0000" vlink="#800000" alink="#008000">
<p><a href="http://www.amazon.it" target="_blank">Link del sito di Amazon</a></p>
</body>

</html>



Commenti

Post popolari in questo blog

Simulazioni di reti (con Cisco Packet Tracer)

Esercizi sulla rappresentazione della virgola mobile IEEE 754 (Floating Point)