MÓDULO: LENGUAJES DE MARCAS Y SISTEMAS DE GESTIÓN DE LA INFORMACIÓN

Administración de Sistemas Informáticos en Red

 

CSS3XSLTDTDRSSXSD

En esta ventana de Dreamweaver, puede observar las distintas propiedades para el fondo de un elemento y los valores asignados. Se asignó el color de fondo #09, la imagen xml.jpg y la posición.

Estilos para Fondos: Imágenes

Saber más​Ejemplo

Estilos
  1. h2 {
  2. border:thin solid #00C;
  3. width: 300px;
  4. margin-left: 10px;
  5. padding: 5px;
    background-color: #09C; background-image: url(/xml.png);
    background-position: 2 center;
    background-repeat: no-repeat;

    height: auto;
  6. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  7. font-style: normal;
  8. font-weight: bold;
  9. color: #FFF;
  10. text-align: center;
  11. }

 

Html y Resultado
<body>
       <h2>CICLOS FORMATIVOS</h2>
</body>

CICLOS FORMATIVOS

Saber más Para saber más

Puedes ver todas las propiedades y atributos para imágenes de fondo haciendo clic  →​aquí.


Próximos Eventos LM

No se han encontrado eventos

U2. Utilizar HTML, HTML5 y CSS3