SlideShare una empresa de Scribd logo
Prueba de suficiencia de Informática, HTML
ETIQUETAS:

<HTML>

<HEAD>

<TITLE>Jean Carlos Florez Pulido</TITLE>

</HEAD>

<BODY BGCOLOR="Blue" text="White">

<center>COLEGIO NACIONAL NICOLÁS ESGUERRA - Jean Carlos Florez Pulido</center>

<marquee> Curamos y cuidamos todo tipo de animal doméstico... </marquee> <HR
Align="Center" width="75%" size="10" noshade>

<HR Align="Center" width="75%" size="5" noshade> <center> <font color="white" size="5"
face="ARIAL">Veterinaria, cuidado animal...</center> </FONT>

<center> <IMG SRC="perro.JPG" </center>

<br>

</br>

<br>

</br>

<center> <IMG SRC="conejo.JPEG" </center>

<br>

</br>

<br>

</br>

<center>Horarios y precios </center>

<table border>

<tr>

  <th>Lunes</th>
<th>Miercoles</th>

  <th>Viernes</th>

  <th>PRECIOS</th>

  <th>PRECIOS</th>

</tr>

<tr><th>7:00 am</th>

  <th>7:30 am</th>

  <th>2:00 pm</th>

  <th>$30.000</th>

  <th>$45.000</th>

</tr>

<tr>

  <th>8:00 am</th>

  <th>9:00pm</th>

  <th>4:00 pm</th>

  <th>$25.000</th>

  <th>$60.000</th>

</tr>

</table>

<br>

</br>

<textarea name="ejemploarea" cols="30" rows="3">Escribe una opinión sobre está página
web...</textarea>

</BODY>

</HTML>
PANTALLAZOS:
Html jean
Html jean

Más contenido relacionado

DOCX
Pagian web 5
DOCX
Estructura de una página web ii
DOCX
Colegio nacional nicolas esguerra
DOCX
mi pagina web
TXT
DOCX
Estructura pag 2
PPT
Tablas en HTML
Pagian web 5
Estructura de una página web ii
Colegio nacional nicolas esguerra
mi pagina web
Estructura pag 2
Tablas en HTML

La actualidad más candente (7)

DOCX
DOCX
Colegio nacional nicolas esguerra html
DOCX
INTEX
DOCX
Sebastian moreno
DOCX
Colegio nacional nicolás esguerra.pdf
DOCX
PPTX
El aparato digestivo
Colegio nacional nicolas esguerra html
INTEX
Sebastian moreno
Colegio nacional nicolás esguerra.pdf
El aparato digestivo
Publicidad

Similar a Html jean (20)

DOCX
Suficiencia html
DOCX
DOCX
Html trabajo 7
DOCX
HTML: escudo del colegio y horario de clases.
DOCX
Escudo y horario
DOCX
Colegio nacional nicolas esguerra
PDF
como hacer un menu en html
DOCX
DOCX
DOCX
Unidad #4
TXT
DOCX
Explicacion de html
PPTX
Códigos para la creación de la pagina web
DOCX
DOCX
DOCX
Pagian web 5
DOCX
DOCX
Lenguaje de Programación html
DOCX
Html 3
DOCX
Suficiencia html
Html trabajo 7
HTML: escudo del colegio y horario de clases.
Escudo y horario
Colegio nacional nicolas esguerra
como hacer un menu en html
Unidad #4
Explicacion de html
Códigos para la creación de la pagina web
Pagian web 5
Lenguaje de Programación html
Html 3
Publicidad

Html jean

  • 1. Prueba de suficiencia de Informática, HTML ETIQUETAS: <HTML> <HEAD> <TITLE>Jean Carlos Florez Pulido</TITLE> </HEAD> <BODY BGCOLOR="Blue" text="White"> <center>COLEGIO NACIONAL NICOLÁS ESGUERRA - Jean Carlos Florez Pulido</center> <marquee> Curamos y cuidamos todo tipo de animal doméstico... </marquee> <HR Align="Center" width="75%" size="10" noshade> <HR Align="Center" width="75%" size="5" noshade> <center> <font color="white" size="5" face="ARIAL">Veterinaria, cuidado animal...</center> </FONT> <center> <IMG SRC="perro.JPG" </center> <br> </br> <br> </br> <center> <IMG SRC="conejo.JPEG" </center> <br> </br> <br> </br> <center>Horarios y precios </center> <table border> <tr> <th>Lunes</th>
  • 2. <th>Miercoles</th> <th>Viernes</th> <th>PRECIOS</th> <th>PRECIOS</th> </tr> <tr><th>7:00 am</th> <th>7:30 am</th> <th>2:00 pm</th> <th>$30.000</th> <th>$45.000</th> </tr> <tr> <th>8:00 am</th> <th>9:00pm</th> <th>4:00 pm</th> <th>$25.000</th> <th>$60.000</th> </tr> </table> <br> </br> <textarea name="ejemploarea" cols="30" rows="3">Escribe una opinión sobre está página web...</textarea> </BODY> </HTML>