1 / 10

Configuración de Color

Configuración de Color. < body bgColor =# text=# link=# vLink =# aLink =#> o bien < body text = green link=red vlink = blue > el resultado será una página con texto verde y links rojos, que se vuelven azules cuando ya han sido visitados.

jacqui
Download Presentation

Configuración de Color

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Configuración de Color <body bgColor=# text=# link=# vLink=# aLink=#> • o bien <bodytext=green link=red vlink=blue> el resultado será una página con texto verde y links rojos, que se vuelven azules cuando ya han sido visitados.

  2. Para crear un link debes encerrar las palabras sobre las que se hará clic entre el tag<a href=”?”> y el tag</a>. En vez del signo ? se debe escribir la dirección (URL) del documento al que se va a ligar. Por ejemplo, el link para ir a la página Web de Grupo Educare se programa así: <a href=”http://www.grupoeducare.com”>Visita la página de Grupo Educare</a>

More Related