La descarga está en progreso. Por favor, espere

La descarga está en progreso. Por favor, espere

DISEÑO Y CREACIÓN DE PÁGINAS WEB

Presentaciones similares


Presentación del tema: "DISEÑO Y CREACIÓN DE PÁGINAS WEB"— Transcripción de la presentación:

1 DISEÑO Y CREACIÓN DE PÁGINAS WEB

2 ¿QUÉ NECESITAS? IDE Entorno de Desarrollo Integrado (Editor de texto) Atom Navegador Firefox

3 INTRODUCCIÓN Lenguaje de etiquetas <> Estructura y contenido: HTML5 <> PÁGINA ESTÁTICA Estilos y formato: CSS3 {} JavaScript, PHP, Python, … PÁGINA DINÁMICA

4 <a>Texto enlace</a>
ETIQUETAS HTML5 apertura cierre <a> </a> contenido <a>Texto enlace</a> atributo valor <a id=“enlace1”>Texto enlace</a>

5 <h1 class=“titular”>Noticias</h1>
ETIQUETAS HTML5 <h1 class=“titular”>Noticias</h1> <img src=“videos/vid-1.mp4”>

6 De estructura: De contenido: ETIQUETAS HTML5
<header>, <footer>, <nav>, <section>, <aside>, <article>, … De contenido: <h1>, <p>, <a>, <img>, …

7 Planificar el contenido y la estructura de la web
ETIQUETAS HTML5 PASO 1 Planificar el contenido y la estructura de la web

8 ETIQUETAS HTML5

9 ETIQUETAS HTML5

10 .destacado{color: red;}
HOJAS DE ESTILO CSS3 selector propiedad valor h1{color: red;} #titulo{color: red;} .destacado{color: red;} h1.destacado{color: red;}

11 PUBLICACIÓN index.html css  estilos.css


Descargar ppt "DISEÑO Y CREACIÓN DE PÁGINAS WEB"

Presentaciones similares


Anuncios Google