syle.CSS
Código:
Páginabody { background-color:#AFEEEE } .title { color:red; text-align:center; }
Código:
Un Saludo. <html> <head> <link rel="StyleSheet" href="style.css" type="text/css"> <title>Mi página web</title> </head> <body> <span class="title">Mi página web</span> </body> </html>