DOCTYPE HTML

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Página comercial</title>
</head>
<body>
<form>
<table border="1" bordercolor="blue">
<tr>
<th colspan="5" bgcolor="PowderBlue"><img src="jpg/logo
principal.jpeg"height="290" width="900"></th>
</tr>
<tr bgcolor="">
<th>INICIO|</th>
<th><a href="HISTORIA.html" target="_blank">HISTORIA|</a></th>
<th><a href="pedidos.html" target="_blank">PEDIDOS|</a></th>
<th><a href="productos.html" target="_blank">PRODUCTOS|</a></th>
<th>CATÁLOGO
<form name="Formulario" target="_blank">
<select name="páginas">
<option>Selecciona</option>
<option value="">BISUTERIA</option>
<option value="perfumes.html">PERFUMES</option>
<option value="">MAQUILLAJE</option>
<option value="">ACCESORIOS</option>
<option value="">CUIDADO DE PIEL</option>
</select>
<input type="button" value="Ir" onclick="window.open(Formulario.sitios.value,
this.target, 'resizables=1, left=80pt,top=80pt,width=1100px,height=800px'); return
false;"target="popup">
</form>
</th>
</tr>
<tr align="center">
<td colspan="4"><img src="jpg/Cfoto-.jpg" width="300" height="200">
<img src="jpg/iluminar-local-comercial.jpg" width="300" height="200">
<img src="jpg/imagen-local-1-optim.jpg" width="300" height="200">
<p><b>MOON PRODUCTS AND SERVICE</b>es una empresa dedicada a la moda
para damas, cabellos y niños en todo el año de experencia laboral que tiene se ha
encargado de demostrar su responsabilidad y confiabilidad hacia sus clientes, por ello
nos propusimos liderar el desarrollo de procesos y tecnologías alternativas para traer la
moda al futuro.</p>
<p>Contamos con sucursales en <b>MACHALA,</b> <b>CUENCA,</b>
<b>QUITO Y</b> <b>GUAYAQUIL.</b> </p>
<td>
<video controls width="320" height="280">
<source src="Mp4/video.mp4" type="video/mp4">
</video>
<h2>PARTICIPA Y GANA</h2>
<form>
<fieldset>
<legend>Formulario de inscripción</legend>
<label for="idced">Cédula:</label>
<input type="number" id="idced" required>
<br><br>
<label>Apellidos/Nombres:</label>
<input type="text" required>
<br><br>
<label>Dirección domiciliaria</label>
<input type="text" required>
<br><br>
<label>Correo electrónico:</label>
<input type="email" required>
<br><br>
<label>Observación:</label>
<textarea></textarea>
<br><br>
<input type="submit">
</fieldset>
</form>
</td>
</td>
</tr>
</table>
</form>
</body>
</html>

You might also like