Creato alluni esercizi su tabelle e css
This commit is contained in:
27
css6.html
Normal file
27
css6.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!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"/>
|
||||
<style type="text/css">
|
||||
|
||||
p{
|
||||
color: #ffffff !important;
|
||||
font-family: Arial;
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<p style="background-color:green; color:yellow; font-style:italic;"> ciao mondo!!!</p>
|
||||
<p style="background-color:green; color:yellow; font-style:italic;"> ciao mondo!!!</p>
|
||||
<p style="background-color:green; color:yellow; font-style:italic;"> ciao mondo!!!</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user