Está en la página 1de 7

CONALEP JUAREZ 1

Rubrica 3
Diseñ o y elaboració n de paginas web
Maricarmen Piñón Díaz

6101-I

080260354-8

Psp. Juan Gabriel Ramirez


<html>

<head><title> rubrica 3 </head> </title>

<body bgcolor="skyblue">

<h1 align="center"> RUBRICA 3 </h1>

<table border="3">

<td bgcolor= "purple">

<form name="mul">

MULTIPLICACION <BR>

numero 1: <input type= "text" name= "n1"> <br>

numero 2: <input type= "text" name= "n2"> <br>

numero 3: <input type= "text" name= "n3"> <br>

numero 4: <input type= "text" name= "n4"> <br>

numero 5: <input type= "text" name= "n5"> <br>


numero 6: <input type= "text" name= "n6"> <br>

multiplicacion:<input type="text"name="mult"><br>

<input type="button"name="cal"value="calcular operaciones"onClick="A()">

<input type="submit"name="bor"value="borrar">

</form>

<script lenguage="JavaScript">

var nombre= prompt("Tu nombre", "nombre");

var grupo= prompt ("grupo", "grupo");

var edad= prompt ("edad", "edad");

document.write(nombre, "<br>");

document.write(grupo, "<br>");

document.write(edad, "<br>");

alert ("dar click")

function A()

var mult=0;

mult=document.mul.n1.value*document.mul.n2.value*document.mul.n3.value*document.mul.n
4.value

*document.mul.n5.value*document.mul.n6.value;

document.mul.mult.value=mult;

</script></td>

<td bgcolor="black">

<font color="white"> CONSULTA DE TUS DATOS <br>

Materia que realizas: <input type="text" name="mat"> <br>

tipo de programacion utilizada <br>

<input type="checkbox" name= "html" value checked>

html
<input type="checkbox" name= "vc" value checked>

vc

<input type="checkbox" name= "vb" value checked>

vb <br>

programa empleado: <input type= "text" name= "pe"> </font>

</td>

<td bgcolor="Black">

<font color="white"> PAGINA DISEÑADA POR:<br>

Nombre: <input type= "text" name= "nom"> <br>

Telefono: <input type= "text" name= "tel"> <br>

Edad: <input type= "text" name= "edad"> <br> </font>

</td>

<tr>

<td bgcolor="purple">

<form name= "divis">

DIVISION <BR>

numero 1: <input type= "text" name= "n1"> <br>

numero 2: <input type= "text" name= "n2"> <br>

numero 3: <input type= "text" name= "n3"> <br>

numero 4: <input type= "text" name= "n4"> <br>

numero 5: <input type= "text" name= "n5"> <br>

numero 6: <input type= "text" name= "n6"> <br>

Division:<input type="text"name="div"><br>

<input type="button"name="cal"value="calcular operaciones"onClick="B()">

<input type="submit"name="bor"value="borrar">

</form>

<script lenguage="JavaScript">

function B()
{

var div=0;

div=document.divis.n1.value/document.divis.n2.value/document.divis.n3.value/document.divis.n
4.value/document.divis.n5.value

/document.divis.n6.value;

document.divis.div.value=div;

</script>

</td>

<td bgcolor="black">

<font color="white"> DATOS DEL INVITADO <br>

Esuela proveniente: <input type="text" name= "esc"> <br>

En esta escuela se tienen reglamentos,tambien en las paginas <br>

que se registran como paginas hechas por alumnos de la misma <br>

asi que le pedimos de la manera mas atenta que respete el contenido. </font>

</td>

<td bgcolor="black">

<font color="white">QUE MAS TE GUSTARIA AGRAGAR EN LA PAGINA <BR>

<INPUT TYPE="RADIO" NAME="txtbx1" value= "ecuaciones"> ecuaciones <br>

<INPUT TYPE="RADIO" NAME="txtbx2" value= "calculo integral y diferencial"> calculo integral y


diferencial <br>

<INPUT TYPE="RADIO" NAME="txtbx3" value= "calculo financiero"> calculo financiero <br>


</font>

</td><tr>

<td bgcolor="purple">

<form name= "re">

RESTA <br>

numero 1: <input type= "text" name= "n1"> <br>

numero 2: <input type= "text" name= "n2"> <br>


numero 3: <input type= "text" name= "n3"> <br>

numero 4: <input type= "text" name= "n4"> <br>

numero 5: <input type= "text" name= "n5"> <br>

numero 6: <input type= "text" name= "n6"> <br>

Resta:<input type="text"name="res"><br>

<input type="button"name="cal"value="calcular operaciones"onClick="C()">

<input type="submit"name="bor"value="borrar">

</form>

<script lenguage="JavaScript">

function C()

var res=0;

res=document.re.n1.value-document.re.n2.value-document.re.n3.value-document.re.n4.value-
document.re.n5.value-

document.re.n6.value;

document.re.res.value=res;

</script>

</td>

<td bgcolor="black">

<font color="white">DATOS INFORMATIVOS <BR>

Que haces en tus tiempos libres: <input type= "text" name= "tl"> <br>

Entraras a la Universidad: <br>

<input type="checkbox" name= "Si" value checked>

Si

<input type="checkbox" name= "no" value checked>

No

<input type="checkbox" name= "Aun no lo decido" value checked>


Aun no lo decido

</td>

<td bgcolor="black">

<font color="white"> SUGERENCIAS <BR>

<TEXTAREA NAME= "txtbx4" value="SUGERENCIAS">SUGERENCIAS </textarea>

</td>

</body>

</html>

También podría gustarte