viernes, 3 de abril de 2009

Primer Corte - Clase nº 5

Creacion de formularios
< Form > --- < /form>
< Input>
< Select>
< input type=”checkbox”>
< input type=”submit”> procesa
< input type=”reset”>limpia
< Form action > que se va hacer con los datos
< /form>
Method: post=stdio
Get=URL
Action= “mailto:direccion°host.com”
“procesa.php”

< Select>
-----
-----
< /select>
Como utilizarlo
< select name=”color” multiple>
< option value=”1”>rojo
< option value=”2”>azul
< /select>
< Br>
< select name=”otro” size=1>
< option value=”r”>rojo
< option value=”a”>azul
< /select>
< input type= “submit”>


Multimedia
• Ms-explore
< BG sound src=”musica.mid” loop=2>
Loop=veces que se repite infinito
• Nest.cape
< embed src=”música.mid” autostart=false loope=true>

No hay comentarios:

Publicar un comentario