esercizi su css
This commit is contained in:
46
css10.html
Normal file
46
css10.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test</title>
|
||||
<meta name="author" content="xgiovio"/>
|
||||
<meta name="description" content="A simple test page"/>
|
||||
<meta name="keywords" content="Ormai google non se le fila piu"/>
|
||||
<meta name ="robots" content="index"/>
|
||||
<meta charset="utf-8"/>
|
||||
<!-- <link rel="stylesheet" href="style.css" type="text/css" /> !-->
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
p {
|
||||
|
||||
background-color: #3366CC;
|
||||
font-size: 18pt;
|
||||
font-family: Arial;
|
||||
text-align: right;
|
||||
color: green;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
p > span {
|
||||
|
||||
color: red;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<p> Gli indirizzi <span>attualmente</span> in uso sono prevalentemente quelli di <span>classe</span> A, B e C. Questi indirizzi non sono <span>mai</span> dati singolarmente, ma per motivi di organizzazione di rete sono dati in <span>blocchi</span> di indirizzi adiacenti.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user