HTML
HTML
HTML
HTML
(Hiper Text Markup Language)
INTRODUCCIÓN
¿QUÉ ES EL HTML?
HTML son las iniciales de Hiper Text Markup Language (Lenguaje de Remarcado de
Hiper Texto). Es un conjunto o serie de etiquetas (Tags) incluidas en archivos de texto,
que definen la estructura de un documento WWW y sus vínculos con otros documentos.
ETIQUETAS
<html>
<head>
<title>
TÍTULO DE LA PÁGINA
</title>
</head>
<body>
Aquí va el contenido de todo el documento HTML.
</body>
</html>
1
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
Descripción
<html>
<head><title>PRIMERA PÁGINA HTML</title></head>
<body>
Bienvenidos al curso básico de html.
</body>
</html>
CÓMO GUARDAR EL ARCHIVO HTML CON EL BLOC DE NOTAS
Clic en Aceptar.
Título de la Página
3
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
TEXTO EN HTML
Para utilizar caracteres especiales usaremos los símbolos & y ; para denotar el inicio y
final respectivamente, de un símbolo especial.
De esta manera:
Ejemplo2. Crear una página HTML ejemplo2.html con fondo verde y texto rojo.
<html>
<head><title>CURSO DE HTML</title></head>
<body bgcolor="#00FF00" text="#FF0000">
Bienvenidos al curso de html, cuando la temperatura es menor a 15°c,<br>
hace bastante frío. Este es un ejemplo de página Web.
</body>
</html>
ETIQUETA <br>
4
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
ETIQUETA <hr>
Ejemplo3.
<html>
<head><title>CURSO DE HTML ejemplo 3</title></head>
<body bgcolor="#000000" text="#FFFFFF">
</body>
</html>
ENCABEZADOS
5
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
Ejemplo4.
<html>
<head><title>CURSO DE HTML ejemplo 4</title></head>
<body bgcolor="#000000" text="#FF0000">
<h1>Tamaño 1</h1>
<h2>Tamaño 2</h2>
<h3>Tamaño 3</h3>
<h4>Tamaño 4</h4>
<h5>Tamaño 5</h5>
<h6>Tamaño 6</h6>
</body>
</html>
Ejemplo5.
<html>
<head><title>FORMATO DE TEXTO EJEMPLO 4</title></head>
<body bgcolor="#000000" text="#FFFFFF">
<h1 align="center">REPÚBLICA DE BOLIVA</H1><br>
<hr width="50%" size=10 color="yellow"><br>
<h2 align=center>DEPARTAMENTOS</h2>
<hr align=center size=10pt width=25%><br>
<center>
<font color="red" size=1pt face="currier">BENI</font><br>
<font color="yellow" size=2pt face="arial">PANDO</font><br>
<font color="white" size=3pt face="century gothic">ORURO</font><br>
<font color="green" size=4pt face="times new roman">POTOSÍ</font><br>
<font color="blue" size=5pt face="courier new">SANTA CRUZ</font><br>
<font color="magenta" size=6pt face="tahoma">LA PAZ</font><br>
<font color="red" size=15pt face="Algerian">COCHABAMBA</font><br>
7
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
Etiqueta <img>
Se trata de otra etiqueta especial, pues no necesita etiqueta de cierre. Esta etiqueta
instruye al navegador para que exhiba la imagen especificada. El formato para incluir un
gráfico es:
Con el comando ALT se introduce una descripción (una palabra o una frase breve)
indicativa de la imagen.
Ejemplo6.
<html>
<head><title>IMÁGENES EJEMPLO 5</title></head>|
<body bgcolor="#000000" text="#FFFFFF">
<font color="yellow">
<h1 align="center">INTERNET</H1><br>
<hr ALIGN="CENTER" width="50%" size=10 color="yellow"><br>
<h2>¿QUÉ ES INTERNET?</h2>
Podríamos decir que el <u>internet</u> está formado por una gran cantidad de
ordenadores que pueden
<b><font color="green">intercambiar información entre ellos.</font></b> <i>Es una gran
red mundial de ordenadores</i>.
<marquee>
<h2 align=center>CORREO ELECTRÓNICO</h2>
<hr align=center color="pink"size=12pt width=22%><br>
8
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
</marquee>
<center>
El correo electrónico o email, es una forma de enviar mensajes entre ordenadores
ordenados a través de <b>INTERNET.</b> Cuando nos dicen que una cuenta de
correo es por ejemplo, 25 Mb. se refieren al espacio que disponemos en el buzón del
servidor. Una dirección de correo tiene una estructura fija:
TABLAS
ALIGN=LEFT O ALIGN=RIGHT
Ejemplo7.
<html>
10
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
<table border="1">
<tr>
<th>DEPARTAMENTOS</th>
<th>VOTACIÓN</th>
</tr>
<tr>
<td>LA PAZ</td>
<td>2655</td>
</tr>
<tr>
<td>BENI</td>
<td>1900</td>
</tr>
<tr>
<td>COCHABAMBA</td>
<td>6789</td>
</tr>
<tr>
<td>POTOSÍ</td>
<td>6789</td>
</tr>
<tr>
<td>ORURO</td>
<td>7865</td>
</tr>
<tr>
<td>CHUQUISACA</td>
<td>1234</td>
</tr>
<tr>
<td>SANTA CRUZ</td>
<td>765</td>
</tr>
<tr>
11
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
<td>TARIJA</td>
<td>3421</td>
</tr>
<tr>
<td>PANDO</td>
<td>6543</td>
</tr>
</table>
<br>
<h3>TABLA CON FORMATO</h3>
<table width=80% align=center border="3">
<tr><th colspan=3><marquee>DIRECTORIO TELEFÓNICO</marquee></th></tr>
<tr align=center>
<tr>
<td>Pedro Poma</td>
<td>453444</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Gonzalo Gómez</td>
<td>223454</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Hormando Vargas</td>
<td>12421542</td>
<td>[email protected]</td>
</tr>
</table>
12
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
<center>
<img src="C:\Program Files\Microsoft Office\CLIPART\PUB60COR\J0341448.jpg"
witdh=120 height=90 alt="imagen JPG">
<br>
Imagen alineada al centro, tamaño 120 pixel, 90 pixel de alto.<br>
</center>
<center>
<font color="green" size=3pt face="comic sans MS">ITI BB USB</font><br>
<font color="green" size=3pt face="comic sans MS">2015</font><br>
</center>
</body>
</html>
NUMERACIÓN Y VIÑETAS
En HTML todo es posible, y tal cual en un editor de textos, podemos trabajar con
numeración y viñetas.
Ejemplo8.
<html>
<head><title>NUMERACIÓN Y VIÑETAS</title></head>
<body background="C:\Program Files\Microsoft Office\CLIPART\PUB60COR\PH03224I.JPG">
<br>
<hr align=center width=50%><br>
14
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
<li>Microsoft WORD</li>
<li>Microsoft EXCEL</li>
<li>Microsoft ACCESS</li>
<li>Microsoft POWER POINT</li>
</ul>
</ul>
<br>
<hr align=left width=50%><br>
<center>
<img src="C:\Program Files\Microsoft Office\CLIPART\PUB60COR\PH02039U.BMP"
witdh=120 height=90 alt="imagen JPG">
<br>
Imagen alineada al centro, tamaño 120 pixel, 90 pixel de alto.<br>
</center>
15
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
HIPERVÍNCULOS
El vínculo hipertextual es un texto, botón o imagen que al seleccionar nos lleva a otra
dirección URL, página web o recurso.
16
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
Ejemplo9.
<html>
<head><title>PÁGINA DE ENLACES</title></head>
<body bgcolor="#C0D9D9" text="#0000000" link="#000080" vlink="brown" alink="black">
<center><font size=15pt color=blue>ENLACES O HIPERVÍNCULOS</font></center>
<center>
<h3>ENLACE A PARTE DE UN DOCUMENTO</h3>
<a href="#internet">Qué es Internet</a><br>
<a href="#correo">Correo Electrónico</a>
<h3>ENLACES EXTERNOS</h3>
<a href="http://www.google.com">Página de Google</a><br>
<a href="ftp://ftp.microsoft.com/pub/">FTP de Microsoft</a><br>
<a href="mailto:[email protected]">Enlace a una dirección de correo E-mail</a>
<br><br>
<a href="ejemplo5.html"><img src="1.jpg" width=80 height=50 alt="Enlace por imagen"></a><br>
</center>
</html>
FRAMES
Si se desea que no haya un borde de separación entre los frames, se deben incluir en
el atributo FRAMEBORDER=0 dentro de la etiqueta FRAMESET. No todas las
versiones de los navegadores lo implementan.
Ejemplo10.
<html>
<head><title>Marcos en HTML</title></head>
18
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
<frameset rows="15%,*">
<frame src="documento_fila_superior" noresize scrolling="no">
<frameset cols="20%,*">
Ejemplo11.
<html>
<head><title>Página Principal-Frames</title></head>
<frameset rows="15%,*" frameborder=0>
<frame src="pagina1.html" scrolling="no" noresize>
<frameset cols="20%,*" frameborder=0>
<frame src="pagina2.html" scrolling="no" noresize>
<frame src="pagina3.html" scrolling="yes" noresize name="principal">
</frameset>
</frameset>
</html>
Página1.html
<html>
<head><title>Página1.HTML</title></head>
<body bgcolor="blue">
<font color="yellow" size="6">
<marquee>EJEMPLO DE APLICACIÓN DE FRAMES CON DISTINTAS
PÁGINAS</marquee>
</font>
</body>
</html>
19
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
Página2.html
<html>
<head><title>Página2.HTML</title></head>
<body bgcolor="red">
<font face="Bell MT" color="white" size="6">
<table width=100% bgcolor="white">
<tr><th bgcolor="#219CC5">PAGINAS</th></tr>
<tr><td bgcolor="#70B0E4"><a href="ejemplo1.html" target="principal">Ejemplo1</a></td></tr>
<tr><td bgcolor="#70B0E4"><a href="ejemplo2.html" target="principal">Ejemplo2</a></td></tr>
<tr><td bgcolor="#70B0E4"><a href="ejemplo3.html" target="principal">Ejemplo3</a></td></tr>
<tr><td bgcolor="#70B0E4"><a href="ejemplo4.html" target="principal">Ejemplo4</a></td></tr>
<tr><td bgcolor="#70B0E4"><a href="ejemplo5.html" target="principal">Ejemplo5</a></td></tr>
<tr><td bgcolor="#70B0E4"><a href="ejemplo6.html" target="principal">Ejemplo6</a></td></tr>
</table>
</font>
</body>
</html>
Página3.html
<html>
<head><title>Página3.HTML</title></head>
<body bgcolor="black" text="white">
<center><h1>ATARDECER DE LA CUMBRE ANDINA</h1>
<img src="ocaso.jpg" width="">
</center>
</body>
</html>
20
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
Una marquesina (en inglés, marquee) es una ventana en la que se desplaza un texto.
Sólo son válidas para el Explorer de Microsoft (en el Netscape se verá como texto fijo).
La etiqueta básica es:
Ejemplo12
<html>
<head><title>TEXTO EN MOVIMIENTO</title></head>
<body bgcolor="black" text="blue">
<center><h1> TEXTO EN MOVIMIENTO EN HTML</h1></center><br>
<font face="impact">
<marquee bgcolor="#FF7070">Este texto se ve con la fuente Impacto</marquee>
</font>
</body>
</html>
Sintaxis de ejemplo:
Sintaxis de ejemplo:
21
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
Sintaxis de ejemplo:
Sintaxis de ejemplo:
Sintaxis de ejemplo:
Sintaxis de ejemplo:
22
Manual básico de HTML Ing. Cleto Alberto Vargas Patsi
Sintaxis de ejemplo:
Sintaxis de ejemplo:
Ejemplo13
<html>
<head><title>CURSO DE HTML</title></head>
<body bgcolor="black" text="green">
<center><h1>RECURSOS AUDIOVISUALES EN HTML</h1></center><br>
</body>
</html>
24