Antologia de informatica
<html>
<head>
<title>Marquesina Básica</title></head>
<body><marquee>Esto es una Maarquesina</marquee>
</body>
</html>
Codigo
<html>
<head><title>Marquesina con direcci&aocute;n modificada</title>
</head>
<body>
<marquee direction="right">Esto es una Marquesina con dirección</marquee>
</body>
</html>
Codigo
<html>
<head>
<title>Marquesina fija</title>
</head>
<body>
<marquee direction="right" behavior="slide">Esto es una Marquesinafija</marquee>
</body>
</html>
Codigo
<html>
<head>
<title>Marquesina con sentido inverso</title>
</head>
<body>
<marquee direction="right" behavior="alternate">Esto es una Marquesina con sentido inverso</marquee>
</body>
</html>
Codigo
<html>
<head>
<title>Marquesina con desplazamientoprogramado</title>
</head>
<body>
<marquee direction="right" behavior="alternate" loop>Esto es una marquesina con desplazamiento programado</marquee>
</body>
</html>
Codigo
<html>
<head>
<title>Marquesina mejorada</title>
</head>
<body>
<marquee direction="right" behavior="alternate"bgcolor="#ff0000">
<font face="arial" size=5 color="0000ff">
Esta es una marquesina mejorada</font></marquee>
</body>
</html>
Codigo
<html>
<head>
<title>Modificacion del alto y ancho de la marquesina</title>
</head>
<body>
<marquee direction="right" behavior="alternate" bgcolor="#ff0000" width=400 heigth=100>
<fontface="arial" size=5 color="#0000ff">
Esta es una modificacion de la marquesina</font>
</marquee>
</body>
</html>
Codigo
<html>
<head>
<title>Marquesina con desplazamiento suave</title>
</head>
<body>
<marquee direction="right" behavior="alternate" bgcolor="#ff0000" width=400 heigth=100 scrollamount>
<font face="arial"size=5 color="#0000ff">
Esta es una marquesina con desplazamiento suave</font>
</marquee>
</body>
</html>
Codigo
<html>
<head>
<title>Marquesina con desplazamiento retardado</title>
</head>
<body>
<marquee direction="right" behavior="alternate" bgcolor="#ff0000" width=400 heigth=100 scrollamount=1 scrolldalay=1><font face="arial" size=5 color="#0000ff">
Esta es una marquesina con desplazamiento retardado</font>
</marquee>
</body>
</html>
Codigos
<html>
<head>
<title>Marquesina con diversos elementos</title>
</head>
<body>
<marquee direction="right" behavior="alternate" bgcolor="#ff0000" width=400 heigth=100 scrollamount=1...
Regístrate para leer el documento completo.