Aquí tendes a última práctica do curso. Foi un placer estar aquí con vostedes, ata máis ver.
Enlace aquí.
Facer click no enlace para ver a páxina web.
viernes, 13 de junio de 2014
lunes, 9 de junio de 2014
jueves, 5 de junio de 2014
Práctica 4. Exercicio 1
Con este html:
<html>
<head>
<title>Estoy empezando</title>
</head>
<body>
<h1><font color="red">Estoy poniendo un
encabezado</font></h1>
<p align="right">No está mal para ser la primera </p>
<h2><font color="blue">
<p align="center">Estoy practicando </p>
</body>
</html>
Creamos esta página web:
<html>
<head>
<title>Estoy empezando</title>
</head>
<body>
<h1><font color="red">Estoy poniendo un
encabezado</font></h1>
<p align="right">No está mal para ser la primera </p>
<h2><font color="blue">
<p align="center">Estoy practicando </p>
</body>
</html>
Creamos esta página web:
miércoles, 4 de junio de 2014
Práctica 2. Ver código fuente
<html lang="es" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Museo del Traje | CIPE</title>
<META http-equiv="Content-Language" content="es">
<META name="title" content="Museo del Traje | CIPE">
<META name="description" content="Museo del Traje">
<META name="keywords" content="Museo del Traje">
<META name="revisit-after" content="1 month">
<META name="rating" content="General">
<META name="author" content="Museo del Traje">
<META name="owner" content="Museo del Traje">
<META name="robot" content="index, follow">
<META http-equiv="Content-Style-Type" CONTENT="text/css">
<meta name="lenguaje" content="es" />
<link href="http://museodeltraje.mcu.es/rss/MT-RSS.xml" rel="alternate" type="application/rss+xml" title="RSS noticias museodeltraje.mcu.es" />
<link href="estilos.css" rel="stylesheet" id="estilosMDT" type="text/css" />
martes, 3 de junio de 2014
Práctica 2. Con color
Aquí outro exemplo:
<html>
<head>
<title>
Saludo
</title>
</head>
<body bgcolor=navy text=white>
<h1 align="center">HOLA, MUNDO</h1>
<h2 align="center">ESTA ES MI PRIMERA PÁGINA WEB</h2>
<p align="center">
<img src="mundo.jpg"alt="Mundo"></p>
<p align="left">es sencilla...</p>
<p align="right">... pero estoy aprendiendo</p>
<p align="center"><strong>Yago Araújo Piñeiro<BR>I.E.S. Praia Barraña<BR>1º BACH</strong></p>
<hr align="center"widht="70%">
<p align="center">
<img src="P1_E2_Trabajando.gif"alt="En obras"></P>
</body>
</html>
O resultado:
Práctica 2. Añidir etiquetas
Con este código creamos a miña páxina web:
<html>
<head>
<title>
Saludo
</title>
</head>
<body>
<h1 align="center">HOLA, MUNDO</h1>
<h2 align="center">ESTA ES MI PRIMERA PÁGINA WEB</h2>
<p align="center">
<img src="P1_E2_Mundo.jpg" alt="Mundo"></p>
<p align="left">es sencilla...</p>
<p align="right">... pero estoy aprendiendo</p>
<p align="center"><strong>Yago Araújo Piñeiro<BR>I.E.S. Praia Barraña<BR>1º BACH</strong></p>
<hr align="center"widht="70%">
<p align="center">
<img src="P1_E2_Trabajando.gif" alt="En obras"></P>
</body>
</html>
O resultado é este:
<html>
<head>
<title>
Saludo
</title>
</head>
<body>
<h1 align="center">HOLA, MUNDO</h1>
<h2 align="center">ESTA ES MI PRIMERA PÁGINA WEB</h2>
<p align="center">
<img src="P1_E2_Mundo.jpg" alt="Mundo"></p>
<p align="left">es sencilla...</p>
<p align="right">... pero estoy aprendiendo</p>
<p align="center"><strong>Yago Araújo Piñeiro<BR>I.E.S. Praia Barraña<BR>1º BACH</strong></p>
<hr align="center"widht="70%">
<p align="center">
<img src="P1_E2_Trabajando.gif" alt="En obras"></P>
</body>
</html>
O resultado é este:
Suscribirse a:
Entradas (Atom)