miércoles, 4 de marzo de 2020

Ejemplo 1.11. Propiedades de las herramientas, en Dreamweaver

<! doctype html>
<html>
  <head>
    <meta charset= "utf-8">
    <title>Artesanía oaxaqueña</title>
    <style type= "text/css">
      body, td, th {
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
        font-style: obligue;
        font-weight: bold;
        font-size: 14 px;
        color: #078E17;
      }
      body{
        background-color: #9595FF;
        background-image: url(imagenes/Oaxaca1.jpg);
        background-repeat: no-repeat;
      }
    </style>
  </head>
  <body>
  </body>
</html>

Desde Dreamweaver:


No hay comentarios.:

Publicar un comentario