esercizi su css
This commit is contained in:
46
css22.html
Normal file
46
css22.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="css18.css" type="text/css" /> -->
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
|
||||
p.avvertimento {
|
||||
|
||||
background-color: rgb(200,200,200);
|
||||
border: 2px solid black;
|
||||
padding : 20px 20px 20px 20px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<p>fdsfdsfds<em>alfio</em>fdfd dfds dfds<em>fdfs</em></p>
|
||||
<p class="avvertimento">fdsfdsfds<em>alfio</em>fdfd dfds dfds<em>fdfs</em></p>
|
||||
<p>fdsfdsfds<em>alfio</em>fdfd dfds dfds<em>fdfs</em></p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user