Diferencia entre revisiones de «Usuario:ManuelRomero/programacion»
De WikiEducator
| Línea 1: | Línea 1: | ||
{{TEP}} | {{TEP}} | ||
<source lang=php> | <source lang=php> | ||
| − | $ | + | <?php …. |
| + | … | ||
| + | $html = <form ...> <input type checkbox ….> …. | ||
| + | … | ||
| + | $html .= <> //Agrego más etiqutas | ||
| + | //Ahora la parte html | ||
| + | ?> | ||
| + | <!DOCTYPE html> | ||
| + | <!-- | ||
| + | To change this license header, choose License Headers in Project Properties. | ||
| + | To change this template file, choose Tools | Templates | ||
| + | and open the template in the editor. | ||
| + | --> | ||
| + | <html> | ||
| + | <head> | ||
| + | <meta charset="UTF-8"> | ||
| + | <title></title> | ||
| + | <link href="./css/estilo.css" rel="stylesheet" type="text/css"> | ||
| + | |||
| + | </head> | ||
| + | <body> | ||
| + | |||
| + | <? php echo $html ?> | ||
| + | … | ||
| + | </body> | ||
| + | </html> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</source> | </source> | ||
Revisión de 11:33 20 dic 2017
| Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos. Ver página de charlas. |
<?php …. … $html = <form ...> <input type checkbox ….> …. … $html .= <> //Agrego más etiqutas //Ahora la parte html ?> <!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <meta charset="UTF-8"> <title></title> <link href="./css/estilo.css" rel="stylesheet" type="text/css"> </head> <body> <? php echo $html ?> … </body> </html>
programacion/nav ===Titulo 1===