jueves, 26 de marzo de 2020

CSS_P2.1_BACKGROUND_COLOR_SOLORIO

<html>
<head>
<meta charset="UTF-8">
<title>Font Family</title>
<style type="text/css">
        body{
            font-family: Georgia, Times, serif;}
        h1.h2{
            font-family: Arial, Verdana, sans-serif;}
        .credits{
            font-family: 'Courier New', Courier, monospace;
        }
</style>
</head>
<body>
<h1>Briards</h1>
<p class="credits">by ivy Duckett</p>
<p class="intro">The <a class="breed" href="http//:en.wikipedia.org/wiki/Briard">Briard</a>. or breger de brei, is a large breed of dog traditionally used as herder and guardian of sheep..</p>
</body>
</html>

No hay comentarios:

Publicar un comentario