esercizi su css
This commit is contained in:
50
css15.html
Normal file
50
css15.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<!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">
|
||||
|
||||
|
||||
a:link{
|
||||
color: red;
|
||||
}
|
||||
a:hover{
|
||||
color:yellow;
|
||||
text-transform: uppercase;
|
||||
font-size: 14pt;
|
||||
|
||||
}
|
||||
a:visited{
|
||||
color:blue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<a href="http://www.xgiovio.com"> Vai a vedere il sito piu bello del mondo </a>
|
||||
<a href="http://www.archnegemma.com"> votta no link </a>
|
||||
<a href="http://www.accattacosa.net"> trovionol </a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user